We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A channel type for listing files. Can be used to list files of a conversation with a peer or to list a history of peer pictures.
Objects implementing this interface must also implement: Channel.
Channel
{ 'targetHandle': '1', 'targetHandleType': '2' }
[ { "file-type":"image", "sender-id":"user12345", "caption":"My new device", "timestamp":12345678, "thumbnail":"FFD8 ... FFD9", "file-ids":[ { "file-id":"000011235624512346457643123", "content-type":"image/png", "width":"1920", "height":"1080" }, { "file-id":"000011235624512346452165212", "content-type":"image/png", "width":"1024", "height":"768" } ] }, { "file-type":"image", "sender-id":"user12345", "caption":"My old device", "timestamp":12346678, "thumbnail":"FFD8 ... FFD9", "file-ids":[ { "file-id":"000011235624512345122354121", "content-type":"image/png", "width":"1920", "height":"1080" }, { "file-id":"000011235624512346452161234", "content-type":"image/png", "width":"1024", "height":"768" } ] } ]
"file-id":"000011235624512345122354121"
File_Attributes_List — a(a{sv})
Possible (optional) keys:
See also: https://telegram.org/blog/shared-files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Channel.Type.FileList
A channel type for listing files. Can be used to list files of a conversation with a peer or to list a history of peer pictures.
Objects implementing this interface must also implement:
Channel
.Use cases
List files shared in a conversation
{ 'targetHandle': '1', 'targetHandleType': '2' }
"file-id":"000011235624512345122354121"
)Types
File_Attributes_List — a(a{sv})
Methods
Signals
Properties
Limit — u (Read only, Immutable, Sometimes requestable)
FilterKeys — as
Possible (optional) keys:
Links
See also: https://telegram.org/blog/shared-files
The text was updated successfully, but these errors were encountered: