Module tdlight.api

Class TdApi.RemoveChatActionBar

Enclosing class:
TdApi

public static final class TdApi.RemoveChatActionBar extends TdApi.Function<TdApi.Ok>
Removes a chat action bar without any other action. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RemoveChatActionBar

      public RemoveChatActionBar()
      Removes a chat action bar without any other action. Returns Ok
    • RemoveChatActionBar

      public RemoveChatActionBar(long chatId)
      Removes a chat action bar without any other action. Returns Ok
      Parameters:
      chatId - long Chat identifier.
    • RemoveChatActionBar

      public RemoveChatActionBar(DataInput input) throws IOException
      Removes a chat action bar without any other action. Returns Ok
      Throws:
      IOException
  • Method Details