Class TdApi.RemoveRecentHashtag

  • Enclosing class:
    TdApi

    public static class TdApi.RemoveRecentHashtag
    extends TdApi.Function
    Removes a hashtag from the list of recently used hashtags.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String hashtag
      Hashtag to delete.
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveRecentHashtag()
      Default constructor.
      RemoveRecentHashtag​(java.lang.String hashtag)
      Constructor for initialization of all fields.
    • Field Detail

      • hashtag

        public java.lang.String hashtag
        Hashtag to delete.
      • CONSTRUCTOR

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

      • RemoveRecentHashtag

        public RemoveRecentHashtag()
        Default constructor.
      • RemoveRecentHashtag

        public RemoveRecentHashtag​(java.lang.String hashtag)
        Constructor for initialization of all fields.
        Parameters:
        hashtag - Hashtag to delete.