Class TdApi.LeaveChat

  • Enclosing class:
    TdApi

    public static class TdApi.LeaveChat
    extends TdApi.Function
    Removes the current user from chat members. Private and secret chats can't be left using this method.

    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

      • LeaveChat

        public LeaveChat()
        Default constructor for a function, which removes the current user from chat members. Private and secret chats can't be left using this method.

        Returns Ok

      • LeaveChat

        public LeaveChat​(long chatId)
        Creates a function, which removes the current user from chat members. Private and secret chats can't be left using this method.

        Returns Ok

        Parameters:
        chatId - Chat identifier.