github.com/gotd/td/tg.ChannelAdminLogEventActionParticipantToggleAdmin.PrevParticipant (field)
7 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L1785: PrevParticipant ChannelParticipantClass
tl_channel_admin_log_event_action_gen.go#L1812: if !(c.PrevParticipant == nil) {
tl_channel_admin_log_event_action_gen.go#L1836: c.PrevParticipant = from.GetPrevParticipant()
tl_channel_admin_log_event_action_gen.go#L1889: if c.PrevParticipant == nil {
tl_channel_admin_log_event_action_gen.go#L1892: if err := c.PrevParticipant.Encode(b); err != nil {
tl_channel_admin_log_event_action_gen.go#L1925: c.PrevParticipant = value
tl_channel_admin_log_event_action_gen.go#L1942: return c.PrevParticipant
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. |