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

2 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L240: type ChatParticipantAddHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantAdd) error
		tl_handlers_gen.go#L243: func (u UpdateDispatcher) OnChatParticipantAdd(handler ChatParticipantAddHandler) {