Class TdApi.UpdateSecretChat

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateSecretChat
    extends TdApi.Update
    Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the client.
    • Field Detail

      • secretChat

        public TdApi.SecretChat secretChat
        New data about the secret chat.
      • CONSTRUCTOR

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

      • UpdateSecretChat

        public UpdateSecretChat()
        Default constructor.
      • UpdateSecretChat

        public UpdateSecretChat​(TdApi.SecretChat secretChat)
        Constructor for initialization of all fields.
        Parameters:
        secretChat - New data about the secret chat.