We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2073034 commit 8f27317Copy full SHA for 8f27317
src/headerdef.rs
@@ -68,8 +68,10 @@ pub enum HeaderDef {
68
/// Past members of the group.
69
ChatGroupPastMembers,
70
71
- /// Space-separated timestamps of member addition (for current members)
72
- /// or removal (for past members).
+ /// Space-separated timestamps of member addition
+ /// for members listed in the `To` field
73
+ /// followed by timestamps of member removal
74
+ /// for members listed in the `Chat-Group-Past-Members` field.
75
ChatGroupMemberTimestamps,
76
77
/// Duration of the attached media file.
0 commit comments