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{} },