Package org.drinkless.tdlib
Class TdApi.GetMessageAuthor
- Enclosing class:
- TdApi
Returns information about actual author of a message sent on behalf of a channel. The method can be called if messageProperties.canGetAuthor == true.
Returns User
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about actual author of a message sent on behalf of a channel.GetMessageAuthor(long chatId, long messageId) Creates a function, which returns information about actual author of a message sent on behalf of a channel. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdIdentifier of the message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetMessageAuthor
public GetMessageAuthor()Default constructor for a function, which returns information about actual author of a message sent on behalf of a channel. The method can be called if messageProperties.canGetAuthor == true.Returns
User -
GetMessageAuthor
public GetMessageAuthor(long chatId, long messageId) Creates a function, which returns information about actual author of a message sent on behalf of a channel. The method can be called if messageProperties.canGetAuthor == true.Returns
User- Parameters:
chatId- Chat identifier.messageId- Identifier of the message.
-
-
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
-