github.com/gotd/td/tg.MessageActionChannelMigrateFrom.ChatID (field)
6 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L1390: ChatID int64
tl_message_action_gen.go#L1416: if !(m.ChatID == 0) {
tl_message_action_gen.go#L1438: m.ChatID = from.GetChatID()
tl_message_action_gen.go#L1491: b.PutLong(m.ChatID)
tl_message_action_gen.go#L1523: m.ChatID = value
tl_message_action_gen.go#L1541: return m.ChatID
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. |