Uses of Class
org.drinkless.tdlib.TdApi.GiveawayParticipantStatus
Packages that use TdApi.GiveawayParticipantStatus
-
Uses of TdApi.GiveawayParticipantStatus in org.drinkless.tdlib
Subclasses of TdApi.GiveawayParticipantStatus in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway.static class
The user can't participate in the giveaway, because they have already been member of the chat.static class
The user can't participate in the giveaway, because they phone number is from a disallowed country.static class
The user is eligible for the giveaway.static class
The user participates in the giveaway.Fields in org.drinkless.tdlib declared as TdApi.GiveawayParticipantStatusModifier and TypeFieldDescriptionTdApi.GiveawayInfoOngoing.status
Status of the current user in the giveaway.Constructors in org.drinkless.tdlib with parameters of type TdApi.GiveawayParticipantStatusModifierConstructorDescriptionGiveawayInfoOngoing
(int creationDate, TdApi.GiveawayParticipantStatus status, boolean isEnded) Describes an ongoing giveaway.