Module tdlight.api

Class TdApi.UpdateAttachmentMenuBots

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAttachmentMenuBots
Enclosing class:
TdApi

public static final class TdApi.UpdateAttachmentMenuBots extends TdApi.Update
The list of bots added to attachment menu has changed.
  • Field Details

    • bots

      public TdApi.AttachmentMenuBot[] bots
      The new list of bots added to attachment menu. The bots must be shown in attachment menu only in private chats. The bots must not be shown on scheduled messages screen.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateAttachmentMenuBots

      public UpdateAttachmentMenuBots()
      The list of bots added to attachment menu has changed.
    • UpdateAttachmentMenuBots

      public UpdateAttachmentMenuBots(TdApi.AttachmentMenuBot[] bots)
      The list of bots added to attachment menu has changed.
      Parameters:
      bots - AttachmentMenuBot[] The new list of bots added to attachment menu. The bots must be shown in attachment menu only in private chats. The bots must not be shown on scheduled messages screen.
    • UpdateAttachmentMenuBots

      public UpdateAttachmentMenuBots(DataInput input) throws IOException
      The list of bots added to attachment menu has changed.
      Throws:
      IOException
  • Method Details