github.com/gotd/td/tg.MessagesDiscussionMessage.ReadInboxMaxID (field)
8 uses
github.com/gotd/td/tg (current package)
tl_messages_discussion_message_gen.go#L63: ReadInboxMaxID int
tl_messages_discussion_message_gen.go#L103: if !(d.ReadInboxMaxID == 0) {
tl_messages_discussion_message_gen.go#L147: d.ReadInboxMaxID = val
tl_messages_discussion_message_gen.go#L222: if !(d.ReadInboxMaxID == 0) {
tl_messages_discussion_message_gen.go#L261: b.PutInt(d.ReadInboxMaxID)
tl_messages_discussion_message_gen.go#L338: d.ReadInboxMaxID = value
tl_messages_discussion_message_gen.go#L420: d.ReadInboxMaxID = value
tl_messages_discussion_message_gen.go#L432: return d.ReadInboxMaxID, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |