type github.com/gotd/td/tg.ChatParticipantHandler

2 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L990: type ChatParticipantHandler func(ctx context.Context, e Entities, update *UpdateChatParticipant) error
		tl_handlers_gen.go#L993: func (u UpdateDispatcher) OnChatParticipant(handler ChatParticipantHandler) {