github.com/gotd/td/tg.Message.EditDate (field)
8 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L348: EditDate int
tl_message_gen.go#L475: if !(m.EditDate == 0) {
tl_message_gen.go#L596: m.EditDate = val
tl_message_gen.go#L864: if !(m.EditDate == 0) {
tl_message_gen.go#L974: b.PutInt(m.EditDate)
tl_message_gen.go#L1142: m.EditDate = value
tl_message_gen.go#L1614: m.EditDate = value
tl_message_gen.go#L1626: return m.EditDate, 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. |