aboutsummaryrefslogtreecommitdiff
path: root/definitions/structs/read_state.yml
blob: ef580b658f77d00bc565936bdeb15389fc3c2541 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: ReadState
description: "Summary of messages since last login"
fields:
  - name: id
    type: ChannelId
  - name: last_message_id
    optional: true
    type: MessageId
  - name: last_pin_timestamp
    optional: true
    type: string
  - name: mention_count
    default: '0'
    type: u64