Package org.drinkless.tdlib
Class TdApi.ChatEventMemberSubscriptionExtended
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventMemberSubscriptionExtended
- Enclosing class:
- TdApi
A chat member extended their subscription to the chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.New status of the chat member.Previous status of the chat member.long
Affected chat member user identifier. -
Constructor Summary
ConstructorsConstructorDescriptionA chat member extended their subscription to the chat.ChatEventMemberSubscriptionExtended
(long userId, TdApi.ChatMemberStatus oldStatus, TdApi.ChatMemberStatus newStatus) A chat member extended their subscription to the chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
userId
public long userIdAffected chat member user identifier. -
oldStatus
Previous status of the chat member. -
newStatus
New status of the chat member. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventMemberSubscriptionExtended
public ChatEventMemberSubscriptionExtended()A chat member extended their subscription to the chat. -
ChatEventMemberSubscriptionExtended
public ChatEventMemberSubscriptionExtended(long userId, TdApi.ChatMemberStatus oldStatus, TdApi.ChatMemberStatus newStatus) A chat member extended their subscription to the chat.- Parameters:
userId
- Affected chat member user identifier.oldStatus
- Previous status of the chat member.newStatus
- New status of the chat member.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-