Package org.drinkless.tdlib
Class TdApi.MessageChatAddedToCommunity
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageChatAddedToCommunity
- Enclosing class:
- TdApi
The chat was added to a community.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the community to which the chat was added.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat was added to a community.MessageChatAddedToCommunity(long communityId) The chat was added to a community. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
communityId
public long communityIdIdentifier of the community to which the chat was added. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageChatAddedToCommunity
public MessageChatAddedToCommunity()The chat was added to a community. -
MessageChatAddedToCommunity
public MessageChatAddedToCommunity(long communityId) The chat was added to a community.- Parameters:
communityId- Identifier of the community to which the chat was added.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-