Class TdApi.ChatTypeSecret

  • Enclosing class:
    TdApi

    public static class TdApi.ChatTypeSecret
    extends TdApi.ChatType
    A secret chat with a user.
    • Field Detail

      • secretChatId

        public int secretChatId
        Secret chat identifier.
      • userId

        public long userId
        User identifier of the secret chat peer.
      • CONSTRUCTOR

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

      • ChatTypeSecret

        public ChatTypeSecret()
        A secret chat with a user.
      • ChatTypeSecret

        public ChatTypeSecret​(int secretChatId,
                              long userId)
        A secret chat with a user.
        Parameters:
        secretChatId - Secret chat identifier.
        userId - User identifier of the secret chat peer.