github.com/gotd/td/tg.ChannelAdminLogEventActionEditMessage.PrevMessage (field)
7 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L1116: PrevMessage MessageClass
tl_channel_admin_log_event_action_gen.go#L1141: if !(c.PrevMessage == nil) {
tl_channel_admin_log_event_action_gen.go#L1165: c.PrevMessage = from.GetPrevMessage()
tl_channel_admin_log_event_action_gen.go#L1218: if c.PrevMessage == nil {
tl_channel_admin_log_event_action_gen.go#L1221: if err := c.PrevMessage.Encode(b); err != nil {
tl_channel_admin_log_event_action_gen.go#L1254: c.PrevMessage = value
tl_channel_admin_log_event_action_gen.go#L1271: return c.PrevMessage
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. |