Module tdlight.api

Class TdApi.UpdateChatActionBar

Enclosing class:
TdApi

public static final class TdApi.UpdateChatActionBar extends TdApi.Update
The chat action bar was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • actionBar

      public TdApi.ChatActionBar actionBar
      The new value of the action bar; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateChatActionBar

      public UpdateChatActionBar()
      The chat action bar was changed.
    • UpdateChatActionBar

      public UpdateChatActionBar(long chatId, TdApi.ChatActionBar actionBar)
      The chat action bar was changed.
      Parameters:
      chatId - long Chat identifier.
      actionBar - ChatActionBar The new value of the action bar; may be null.
    • UpdateChatActionBar

      public UpdateChatActionBar(DataInput input) throws IOException
      The chat action bar was changed.
      Throws:
      IOException
  • Method Details