- Enclosing class:
- TdApi
public static final class TdApi.SendChatScreenshotTakenNotification
extends TdApi.Function<TdApi.Ok>
Sends a notification about a screenshot
taken in a chat. Supported only in
private and secret chats.
Returns
Ok
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSends a notification about a screenshot taken in a chat.SendChatScreenshotTakenNotification
(long chatId) Sends a notification about a screenshot taken in a chat.Sends a notification about a screenshot taken in a chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SendChatScreenshotTakenNotification
public SendChatScreenshotTakenNotification()Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats. ReturnsOk
-
SendChatScreenshotTakenNotification
public SendChatScreenshotTakenNotification(long chatId) Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats. ReturnsOk
- Parameters:
chatId
- long Chat identifier.
-
SendChatScreenshotTakenNotification
Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-