Class TdApi.ChatMemberStatusCreator

  • Enclosing class:
    TdApi

    public static class TdApi.ChatMemberStatusCreator
    extends TdApi.ChatMemberStatus
    The user is the creator of a chat and has all the administrator privileges.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      boolean isMember
      True, if the user is a member of the chat.
    • Field Detail

      • isMember

        public boolean isMember
        True, if the user is a member of the chat.
      • CONSTRUCTOR

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

      • ChatMemberStatusCreator

        public ChatMemberStatusCreator()
        Default constructor.
      • ChatMemberStatusCreator

        public ChatMemberStatusCreator​(boolean isMember)
        Constructor for initialization of all fields.
        Parameters:
        isMember - True, if the user is a member of the chat.