Module tdlight.api

Class TdApi.GetAttachmentMenuBot

Enclosing class:
TdApi

public static final class TdApi.GetAttachmentMenuBot extends TdApi.Function<TdApi.AttachmentMenuBot>
Returns information about a bot that can be added to attachment menu. Returns AttachmentMenuBot
  • Field Details

    • botUserId

      public long botUserId
      Bot's user identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetAttachmentMenuBot

      public GetAttachmentMenuBot()
      Returns information about a bot that can be added to attachment menu. Returns AttachmentMenuBot
    • GetAttachmentMenuBot

      public GetAttachmentMenuBot(long botUserId)
      Returns information about a bot that can be added to attachment menu. Returns AttachmentMenuBot
      Parameters:
      botUserId - long Bot's user identifier.
    • GetAttachmentMenuBot

      public GetAttachmentMenuBot(DataInput input) throws IOException
      Returns information about a bot that can be added to attachment menu. Returns AttachmentMenuBot
      Throws:
      IOException
  • Method Details