Package org.drinkless.tdlib
Class TdApi.AffiliateTypeChannel
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.AffiliateType
org.drinkless.tdlib.TdApi.AffiliateTypeChannel
- Enclosing class:
- TdApi
The affiliate is a channel chat where the current user has canPostMessages administrator right.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the channel chat.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe affiliate is a channel chat where the current user has canPostMessages administrator right.AffiliateTypeChannel(long chatId) The affiliate is a channel chat where the current user has canPostMessages administrator right. -
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
-
chatId
public long chatIdIdentifier of the channel chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AffiliateTypeChannel
public AffiliateTypeChannel()The affiliate is a channel chat where the current user has canPostMessages administrator right. -
AffiliateTypeChannel
public AffiliateTypeChannel(long chatId) The affiliate is a channel chat where the current user has canPostMessages administrator right.- Parameters:
chatId- Identifier of the channel chat.
-
-
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
-