Module tdlight.api

Class TdApi.SendChatScreenshotTakenNotification

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.SendChatScreenshotTakenNotification
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 Details

    • chatId

      public long chatId
      Chat 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. Returns Ok
    • SendChatScreenshotTakenNotification

      public SendChatScreenshotTakenNotification(long chatId)
      Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats. Returns Ok
      Parameters:
      chatId - long Chat identifier.
    • SendChatScreenshotTakenNotification

      public SendChatScreenshotTakenNotification(DataInput input) throws IOException
      Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats. Returns Ok
      Throws:
      IOException
  • Method Details