Module tdlight.api

Class TdApi.ChatPermissions

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatPermissions
Enclosing class:
TdApi

public static final class TdApi.ChatPermissions extends TdApi.Object
Describes actions that a user is allowed to take in a chat.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    True, if the user may add a web page preview to their messages.
    boolean
    True, if the user can change the chat title, photo, and other settings.
    boolean
    True, if the user can create topics.
    boolean
    True, if the user can invite new users to the chat.
    boolean
    True, if the user can pin messages.
    boolean
    True, if the user can send music files.
    boolean
    True, if the user can send text messages, contacts, giveaways, giveaway winners, invoices, locations, and venues.
    boolean
    True, if the user can send documents.
    boolean
    True, if the user can send animations, games, stickers, and dice and use inline bots.
    boolean
    True, if the user can send photos.
    boolean
    True, if the user can send polls.
    boolean
    True, if the user can send video notes.
    boolean
    True, if the user can send videos.
    boolean
    True, if the user can send voice notes.
    static final int
    Identifier uniquely determining type of the object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Describes actions that a user is allowed to take in a chat.
    ChatPermissions(boolean canSendBasicMessages, boolean canSendAudios, boolean canSendDocuments, boolean canSendPhotos, boolean canSendVideos, boolean canSendVideoNotes, boolean canSendVoiceNotes, boolean canSendPolls, boolean canSendOtherMessages, boolean canAddWebPagePreviews, boolean canChangeInfo, boolean canInviteUsers, boolean canPinMessages, boolean canCreateTopics)
    Describes actions that a user is allowed to take in a chat.
    Describes actions that a user is allowed to take in a chat.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize, toString

    Methods inherited from class java.lang.Object

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

    • canSendBasicMessages

      public boolean canSendBasicMessages
      True, if the user can send text messages, contacts, giveaways, giveaway winners, invoices, locations, and venues.
    • canSendAudios

      public boolean canSendAudios
      True, if the user can send music files.
    • canSendDocuments

      public boolean canSendDocuments
      True, if the user can send documents.
    • canSendPhotos

      public boolean canSendPhotos
      True, if the user can send photos.
    • canSendVideos

      public boolean canSendVideos
      True, if the user can send videos.
    • canSendVideoNotes

      public boolean canSendVideoNotes
      True, if the user can send video notes.
    • canSendVoiceNotes

      public boolean canSendVoiceNotes
      True, if the user can send voice notes.
    • canSendPolls

      public boolean canSendPolls
      True, if the user can send polls.
    • canSendOtherMessages

      public boolean canSendOtherMessages
      True, if the user can send animations, games, stickers, and dice and use inline bots.
    • canAddWebPagePreviews

      public boolean canAddWebPagePreviews
      True, if the user may add a web page preview to their messages.
    • canChangeInfo

      public boolean canChangeInfo
      True, if the user can change the chat title, photo, and other settings.
    • canInviteUsers

      public boolean canInviteUsers
      True, if the user can invite new users to the chat.
    • canPinMessages

      public boolean canPinMessages
      True, if the user can pin messages.
    • canCreateTopics

      public boolean canCreateTopics
      True, if the user can create topics.
    • CONSTRUCTOR

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

    • ChatPermissions

      public ChatPermissions()
      Describes actions that a user is allowed to take in a chat.
    • ChatPermissions

      public ChatPermissions(boolean canSendBasicMessages, boolean canSendAudios, boolean canSendDocuments, boolean canSendPhotos, boolean canSendVideos, boolean canSendVideoNotes, boolean canSendVoiceNotes, boolean canSendPolls, boolean canSendOtherMessages, boolean canAddWebPagePreviews, boolean canChangeInfo, boolean canInviteUsers, boolean canPinMessages, boolean canCreateTopics)
      Describes actions that a user is allowed to take in a chat.
      Parameters:
      canSendBasicMessages - True, if the user can send text messages, contacts, giveaways, giveaway winners, invoices, locations, and venues.
      canSendAudios - True, if the user can send music files.
      canSendDocuments - True, if the user can send documents.
      canSendPhotos - True, if the user can send photos.
      canSendVideos - True, if the user can send videos.
      canSendVideoNotes - True, if the user can send video notes.
      canSendVoiceNotes - True, if the user can send voice notes.
      canSendPolls - True, if the user can send polls.
      canSendOtherMessages - True, if the user can send animations, games, stickers, and dice and use inline bots.
      canAddWebPagePreviews - True, if the user may add a web page preview to their messages.
      canChangeInfo - True, if the user can change the chat title, photo, and other settings.
      canInviteUsers - True, if the user can invite new users to the chat.
      canPinMessages - True, if the user can pin messages.
      canCreateTopics - True, if the user can create topics.
    • ChatPermissions

      public ChatPermissions(DataInput input) throws IOException
      Describes actions that a user is allowed to take in a chat.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object