Class TdApi.OpenChatSimilarChat

Enclosing class:
TdApi

public static class TdApi.OpenChatSimilarChat extends TdApi.Function<TdApi.Ok>
Informs TDLib that a chat was opened from the list of similar chats. The method is independent of openChat and closeChat methods.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Identifier of the original chat, which similar chats were requested.
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the opened chat.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which informs TDLib that a chat was opened from the list of similar chats.
    OpenChatSimilarChat(long chatId, long openedChatId)
    Creates a function, which informs TDLib that a chat was opened from the list of similar chats.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      Identifier of the original chat, which similar chats were requested.
    • openedChatId

      public long openedChatId
      Identifier of the opened chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • OpenChatSimilarChat

      public OpenChatSimilarChat()
      Default constructor for a function, which informs TDLib that a chat was opened from the list of similar chats. The method is independent of openChat and closeChat methods.

      Returns Ok

    • OpenChatSimilarChat

      public OpenChatSimilarChat(long chatId, long openedChatId)
      Creates a function, which informs TDLib that a chat was opened from the list of similar chats. The method is independent of openChat and closeChat methods.

      Returns Ok

      Parameters:
      chatId - Identifier of the original chat, which similar chats were requested.
      openedChatId - Identifier of the opened chat.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR