Module tdlight.api

Class TdApi.MessageBotWriteAccessAllowed

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageBotWriteAccessAllowed
Enclosing class:
TdApi

public static final class TdApi.MessageBotWriteAccessAllowed extends TdApi.MessageContent
The user allowed the bot to send messages.
  • Field Details

    • webApp

      public TdApi.WebApp webApp
      Information about the Web App, which requested the access; may be null if none or the Web App was opened from the attachment menu.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageBotWriteAccessAllowed

      public MessageBotWriteAccessAllowed()
      The user allowed the bot to send messages.
    • MessageBotWriteAccessAllowed

      public MessageBotWriteAccessAllowed(TdApi.WebApp webApp)
      The user allowed the bot to send messages.
      Parameters:
      webApp - WebApp Information about the Web App, which requested the access; may be null if none or the Web App was opened from the attachment menu.
    • MessageBotWriteAccessAllowed

      public MessageBotWriteAccessAllowed(DataInput input) throws IOException
      The user allowed the bot to send messages.
      Throws:
      IOException
  • Method Details