- Enclosing class:
- TdApi
Reports reactions set on a message to
the Telegram moderators. Reactions on
a message can be reported only if message.canReportReactions.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intlongMessage identifier.Identifier of the sender, which added the reaction. -
Constructor Summary
ConstructorsConstructorDescriptionReports reactions set on a message to the Telegram moderators.ReportMessageReactions(long chatId, long messageId, TdApi.MessageSender senderId) Reports reactions set on a message to the Telegram moderators.ReportMessageReactions(DataInput input) Reports reactions set on a message to the Telegram moderators. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
senderId
Identifier of the sender, which added the reaction. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ReportMessageReactions
public ReportMessageReactions()Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.canReportReactions. ReturnsOk -
ReportMessageReactions
Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.canReportReactions. ReturnsOk- Parameters:
chatId- long Chat identifier.messageId- long Message identifier.senderId- MessageSender Identifier of the sender, which added the reaction.
-
ReportMessageReactions
Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.canReportReactions. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-