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

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1024: type GroupCallConnectionHandler func(ctx context.Context, e Entities, update *UpdateGroupCallConnection) error
		tl_handlers_gen.go#L1029: 		return handler(ctx, e, update.(*UpdateGroupCallConnection))
		tl_registry_gen.go#L5330: 		UpdateGroupCallConnectionTypeID:                          func() bin.Object { return &UpdateGroupCallConnection{} },
		tl_update_gen.go#L19691: type UpdateGroupCallConnection struct {
		tl_update_gen.go#L19707: func (u UpdateGroupCallConnection) construct() UpdateClass { return &u }
		tl_update_gen.go#L19711: 	_ bin.Encoder     = &UpdateGroupCallConnection{}
		tl_update_gen.go#L19712: 	_ bin.Decoder     = &UpdateGroupCallConnection{}
		tl_update_gen.go#L19713: 	_ bin.BareEncoder = &UpdateGroupCallConnection{}
		tl_update_gen.go#L19714: 	_ bin.BareDecoder = &UpdateGroupCallConnection{}
		tl_update_gen.go#L19716: 	_ UpdateClass = &UpdateGroupCallConnection{}
		tl_update_gen.go#L19719: func (u *UpdateGroupCallConnection) Zero() bool {
		tl_update_gen.go#L19737: func (u *UpdateGroupCallConnection) String() string {
		tl_update_gen.go#L19741: 	type Alias UpdateGroupCallConnection
		tl_update_gen.go#L19746: func (u *UpdateGroupCallConnection) FillFrom(from interface {
		tl_update_gen.go#L19757: func (*UpdateGroupCallConnection) TypeID() uint32 {
		tl_update_gen.go#L19762: func (*UpdateGroupCallConnection) TypeName() string {
		tl_update_gen.go#L19767: func (u *UpdateGroupCallConnection) TypeInfo() tdp.Type {
		tl_update_gen.go#L19791: func (u *UpdateGroupCallConnection) SetFlags() {
		tl_update_gen.go#L19798: func (u *UpdateGroupCallConnection) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L19807: func (u *UpdateGroupCallConnection) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L19822: func (u *UpdateGroupCallConnection) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L19833: func (u *UpdateGroupCallConnection) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L19852: func (u *UpdateGroupCallConnection) SetPresentation(value bool) {
		tl_update_gen.go#L19863: func (u *UpdateGroupCallConnection) GetPresentation() (value bool) {
		tl_update_gen.go#L19871: func (u *UpdateGroupCallConnection) GetParams() (value DataJSON) {
		tl_update_gen.go#L34837: 		v := UpdateGroupCallConnection{}
		tl_update_slices_gen.go#L1188: 		value, ok := elem.(*UpdateGroupCallConnection)
		tl_update_slices_gen.go#L8938: type UpdateGroupCallConnectionArray []UpdateGroupCallConnection
		tl_update_slices_gen.go#L8941: func (s UpdateGroupCallConnectionArray) Sort(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
		tl_update_slices_gen.go#L8949: func (s UpdateGroupCallConnectionArray) SortStable(less func(a, b UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
		tl_update_slices_gen.go#L8957: func (s UpdateGroupCallConnectionArray) Retain(keep func(x UpdateGroupCallConnection) bool) UpdateGroupCallConnectionArray {
		tl_update_slices_gen.go#L8971: func (s UpdateGroupCallConnectionArray) First() (v UpdateGroupCallConnection, ok bool) {
		tl_update_slices_gen.go#L8979: func (s UpdateGroupCallConnectionArray) Last() (v UpdateGroupCallConnection, ok bool) {
		tl_update_slices_gen.go#L8987: func (s *UpdateGroupCallConnectionArray) PopFirst() (v UpdateGroupCallConnection, ok bool) {
		tl_update_slices_gen.go#L8997: 	var zero UpdateGroupCallConnection
		tl_update_slices_gen.go#L9006: func (s *UpdateGroupCallConnectionArray) Pop() (v UpdateGroupCallConnection, ok bool) {