java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.PremiumGiveawayInfo>
it.tdlight.jni.TdApi.GetPremiumGiveawayInfo
- Enclosing class:
- TdApi
public static final class TdApi.GetPremiumGiveawayInfo
extends TdApi.Function<TdApi.PremiumGiveawayInfo>
Returns information about a Telegram Premium giveaway.
Returns PremiumGiveawayInfo
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the channel chat which started the giveaway.static final int
Identifier uniquely determining type of the object.long
Identifier of the giveaway or a giveaway winners message in the chat. -
Constructor Summary
ConstructorDescriptionReturns information about a Telegram Premium giveaway.GetPremiumGiveawayInfo
(long chatId, long messageId) Returns information about a Telegram Premium giveaway.GetPremiumGiveawayInfo
(DataInput input) Returns information about a Telegram Premium giveaway. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the channel chat which started the giveaway. -
messageId
public long messageIdIdentifier of the giveaway or a giveaway winners message in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetPremiumGiveawayInfo
public GetPremiumGiveawayInfo()Returns information about a Telegram Premium giveaway.Returns
PremiumGiveawayInfo
-
GetPremiumGiveawayInfo
public GetPremiumGiveawayInfo(long chatId, long messageId) Returns information about a Telegram Premium giveaway.Returns
PremiumGiveawayInfo
- Parameters:
chatId
- Identifier of the channel chat which started the giveaway.messageId
- Identifier of the giveaway or a giveaway winners message in the chat.Returns
PremiumGiveawayInfo
-
GetPremiumGiveawayInfo
Returns information about a Telegram Premium giveaway.Returns
PremiumGiveawayInfo
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
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
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-