const github.com/gotd/td/tg.ChannelAdminLogEventTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_gen.go#L50: const ChannelAdminLogEventTypeID = 0x1fad68cd
tl_channel_admin_log_event_gen.go#L106: return ChannelAdminLogEventTypeID
tl_channel_admin_log_event_gen.go#L118: ID: ChannelAdminLogEventTypeID,
tl_channel_admin_log_event_gen.go#L150: b.PutID(ChannelAdminLogEventTypeID)
tl_channel_admin_log_event_gen.go#L176: if err := b.ConsumeID(ChannelAdminLogEventTypeID); err != nil {
tl_registry_gen.go#L835: ChannelAdminLogEventTypeID: "channelAdminLogEvent#1fad68cd",
tl_registry_gen.go#L2617: "channelAdminLogEvent": ChannelAdminLogEventTypeID,
tl_registry_gen.go#L4399: ChannelAdminLogEventTypeID: func() bin.Object { return &ChannelAdminLogEvent{} },
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. |