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 Detail

      • hashtag

        public 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 for a function, which removes a hashtag from the list of recently used hashtags.

        Returns Ok

      • RemoveRecentHashtag

        public RemoveRecentHashtag​(String hashtag)
        Creates a function, which removes a hashtag from the list of recently used hashtags.

        Returns Ok

        Parameters:
        hashtag - Hashtag to delete.