All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.telegram.api.messages.chats.TLAbsMessagesChats Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.api.messages.chats;

import org.telegram.api.chat.TLAbsChat;
import org.telegram.tl.TLObject;
import org.telegram.tl.TLVector;

/**
 * @author Ruben Bermudez
 * @version 1.0
 */
public abstract class TLAbsMessagesChats extends TLObject {
    /**
     * The Chats.
     */
    protected TLVector chats;

    public TLVector getChats() {
        return chats;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy