Class TdApi.RemoveChatActionBar

  • Enclosing class:
    TdApi

    public static class TdApi.RemoveChatActionBar
    extends TdApi.Function
    Removes a chat action bar without any other action.

    Returns Ok

    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RemoveChatActionBar

        public RemoveChatActionBar()
        Default constructor for a function, which removes a chat action bar without any other action.

        Returns Ok

      • RemoveChatActionBar

        public RemoveChatActionBar​(long chatId)
        Creates a function, which removes a chat action bar without any other action.

        Returns Ok

        Parameters:
        chatId - Chat identifier.