Class TdApi.SupergroupMembersFilterMention

Enclosing class:
TdApi

public static class TdApi.SupergroupMembersFilterMention extends TdApi.SupergroupMembersFilter
Returns users which can be mentioned in the supergroup.
  • Field Details

    • query

      public String query
      Query to search for.
    • topicId

      public TdApi.MessageTopic topicId
      Identifier of the topic in which the users will be mentioned; pass null if none.
    • CONSTRUCTOR

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

    • SupergroupMembersFilterMention

      public SupergroupMembersFilterMention()
      Returns users which can be mentioned in the supergroup.
    • SupergroupMembersFilterMention

      public SupergroupMembersFilterMention(String query, TdApi.MessageTopic topicId)
      Returns users which can be mentioned in the supergroup.
      Parameters:
      query - Query to search for.
      topicId - Identifier of the topic in which the users will be mentioned; pass null if none.
  • 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