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

35 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L964: type GroupCallParticipantsHandler func(ctx context.Context, e Entities, update *UpdateGroupCallParticipants) error
		tl_handlers_gen.go#L969: 		return handler(ctx, e, update.(*UpdateGroupCallParticipants))
		tl_registry_gen.go#L5324: 		UpdateGroupCallParticipantsTypeID:                        func() bin.Object { return &UpdateGroupCallParticipants{} },
		tl_update_gen.go#L17895: type UpdateGroupCallParticipants struct {
		tl_update_gen.go#L17908: func (u UpdateGroupCallParticipants) construct() UpdateClass { return &u }
		tl_update_gen.go#L17912: 	_ bin.Encoder     = &UpdateGroupCallParticipants{}
		tl_update_gen.go#L17913: 	_ bin.Decoder     = &UpdateGroupCallParticipants{}
		tl_update_gen.go#L17914: 	_ bin.BareEncoder = &UpdateGroupCallParticipants{}
		tl_update_gen.go#L17915: 	_ bin.BareDecoder = &UpdateGroupCallParticipants{}
		tl_update_gen.go#L17917: 	_ UpdateClass = &UpdateGroupCallParticipants{}
		tl_update_gen.go#L17920: func (u *UpdateGroupCallParticipants) Zero() bool {
		tl_update_gen.go#L17938: func (u *UpdateGroupCallParticipants) String() string {
		tl_update_gen.go#L17942: 	type Alias UpdateGroupCallParticipants
		tl_update_gen.go#L17947: func (u *UpdateGroupCallParticipants) FillFrom(from interface {
		tl_update_gen.go#L17960: func (*UpdateGroupCallParticipants) TypeID() uint32 {
		tl_update_gen.go#L17965: func (*UpdateGroupCallParticipants) TypeName() string {
		tl_update_gen.go#L17970: func (u *UpdateGroupCallParticipants) TypeInfo() tdp.Type {
		tl_update_gen.go#L17997: func (u *UpdateGroupCallParticipants) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L18006: func (u *UpdateGroupCallParticipants) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L18027: func (u *UpdateGroupCallParticipants) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L18038: func (u *UpdateGroupCallParticipants) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L18077: func (u *UpdateGroupCallParticipants) GetCall() (value InputGroupCallClass) {
		tl_update_gen.go#L18085: func (u *UpdateGroupCallParticipants) GetParticipants() (value []GroupCallParticipant) {
		tl_update_gen.go#L18093: func (u *UpdateGroupCallParticipants) GetVersion() (value int) {
		tl_update_gen.go#L34795: 		v := UpdateGroupCallParticipants{}
		tl_update_slices_gen.go#L1110: 		value, ok := elem.(*UpdateGroupCallParticipants)
		tl_update_slices_gen.go#L8404: type UpdateGroupCallParticipantsArray []UpdateGroupCallParticipants
		tl_update_slices_gen.go#L8407: func (s UpdateGroupCallParticipantsArray) Sort(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
		tl_update_slices_gen.go#L8415: func (s UpdateGroupCallParticipantsArray) SortStable(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
		tl_update_slices_gen.go#L8423: func (s UpdateGroupCallParticipantsArray) Retain(keep func(x UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
		tl_update_slices_gen.go#L8437: func (s UpdateGroupCallParticipantsArray) First() (v UpdateGroupCallParticipants, ok bool) {
		tl_update_slices_gen.go#L8445: func (s UpdateGroupCallParticipantsArray) Last() (v UpdateGroupCallParticipants, ok bool) {
		tl_update_slices_gen.go#L8453: func (s *UpdateGroupCallParticipantsArray) PopFirst() (v UpdateGroupCallParticipants, ok bool) {
		tl_update_slices_gen.go#L8463: 	var zero UpdateGroupCallParticipants
		tl_update_slices_gen.go#L8472: func (s *UpdateGroupCallParticipantsArray) Pop() (v UpdateGroupCallParticipants, ok bool) {