Class TdApi.UpdateChatActionBar

  • Enclosing class:
    TdApi

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

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Chat identifier.
        actionBar - The new value of the action bar; may be null.