Class TdApi.GetSavedMessagesTags

Enclosing class:
TdApi

public static class TdApi.GetSavedMessagesTags extends TdApi.Function<TdApi.SavedMessagesTags>
Returns tags used in Saved Messages or a Saved Messages topic.

Returns SavedMessagesTags

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function

    TdApi.Function.Constructors
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of Saved Messages topic which tags will be returned; pass 0 to get all Saved Messages tags.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns tags used in Saved Messages or a Saved Messages topic.
    GetSavedMessagesTags(long savedMessagesTopicId)
    Creates a function, which returns tags used in Saved Messages or a Saved Messages topic.
  • Method Summary

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

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

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

    • savedMessagesTopicId

      public long savedMessagesTopicId
      Identifier of Saved Messages topic which tags will be returned; pass 0 to get all Saved Messages tags.
    • CONSTRUCTOR

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

    • GetSavedMessagesTags

      public GetSavedMessagesTags()
      Default constructor for a function, which returns tags used in Saved Messages or a Saved Messages topic.

      Returns SavedMessagesTags

    • GetSavedMessagesTags

      public GetSavedMessagesTags(long savedMessagesTopicId)
      Creates a function, which returns tags used in Saved Messages or a Saved Messages topic.

      Returns SavedMessagesTags

      Parameters:
      savedMessagesTopicId - Identifier of Saved Messages topic which tags will be returned; pass 0 to get all Saved Messages tags.
  • Method Details