Module tdlight.api

Class TdApi.LeaveChat

Enclosing class:
TdApi

public static final class TdApi.LeaveChat extends TdApi.Function<TdApi.Ok>
Removes the current user from chat members. Private and secret chats can't be left using this method. Returns Ok
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • LeaveChat

      public LeaveChat()
      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)
      Removes the current user from chat members. Private and secret chats can't be left using this method. Returns Ok
      Parameters:
      chatId - long Chat identifier.
    • LeaveChat

      public LeaveChat(DataInput input) throws IOException
      Removes the current user from chat members. Private and secret chats can't be left using this method. Returns Ok
      Throws:
      IOException
  • Method Details