const github.com/gotd/td/tg.ChannelParticipantSelfTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_channel_participant_gen.go#L217: const ChannelParticipantSelfTypeID = 0x35a8bfa7
		tl_channel_participant_gen.go#L281: 	return ChannelParticipantSelfTypeID
		tl_channel_participant_gen.go#L293: 		ID:   ChannelParticipantSelfTypeID,
		tl_channel_participant_gen.go#L333: 	b.PutID(ChannelParticipantSelfTypeID)
		tl_channel_participant_gen.go#L357: 	if err := b.ConsumeID(ChannelParticipantSelfTypeID); err != nil {
		tl_channel_participant_gen.go#L1554: 	case ChannelParticipantSelfTypeID:
		tl_registry_gen.go#L595: 		ChannelParticipantSelfTypeID:                             "channelParticipantSelf#35a8bfa7",
		tl_registry_gen.go#L2377: 		"channelParticipantSelf":                             ChannelParticipantSelfTypeID,
		tl_registry_gen.go#L4159: 		ChannelParticipantSelfTypeID:                             func() bin.Object { return &ChannelParticipantSelf{} },
		tl_registry_gen.go#L5558: 			ChannelParticipantSelfTypeID,