Package com.jtelegram.api.chat
Class ChannelChat
- java.lang.Object
-
- com.jtelegram.api.chat.Chat
-
- com.jtelegram.api.chat.type.MultiMemberChat
-
- com.jtelegram.api.chat.type.LargeChat
-
- com.jtelegram.api.chat.ChannelChat
-
public class ChannelChat extends LargeChat
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.chat.Chat
Chat.Deserializer
-
-
Constructor Summary
Constructors Constructor Description ChannelChat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.chat.type.LargeChat
getDescription, getInviteLink, getPinnedMessage
-
Methods inherited from class com.jtelegram.api.chat.type.MultiMemberChat
getTitle, isAllMembersAreAdministrators
-
-