Home
last modified time | relevance | path

Searched defs:SecretInputMedia (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecretInputMedia.h14 struct SecretInputMedia { struct
18 SecretInputMedia() = default; argument
20 SecretInputMedia(tl_object_ptr<telegram_api::InputEncryptedFile> input_file, in SecretInputMedia() function
25 bool empty() const { in empty()