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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L970: type GroupCallHandler func(ctx context.Context, e Entities, update *UpdateGroupCall) error
		tl_handlers_gen.go#L975: 		return handler(ctx, e, update.(*UpdateGroupCall))
		tl_registry_gen.go#L3914: 		UpdateGroupCallTypeID:                                    func() bin.Object { return &UpdateGroupCall{} },
		tl_update_gen.go#L17454: type UpdateGroupCall struct {
		tl_update_gen.go#L17468: func (u UpdateGroupCall) construct() UpdateClass { return &u }
		tl_update_gen.go#L17472: 	_ bin.Encoder     = &UpdateGroupCall{}
		tl_update_gen.go#L17473: 	_ bin.Decoder     = &UpdateGroupCall{}
		tl_update_gen.go#L17474: 	_ bin.BareEncoder = &UpdateGroupCall{}
		tl_update_gen.go#L17475: 	_ bin.BareDecoder = &UpdateGroupCall{}
		tl_update_gen.go#L17477: 	_ UpdateClass = &UpdateGroupCall{}
		tl_update_gen.go#L17480: func (u *UpdateGroupCall) Zero() bool {
		tl_update_gen.go#L17495: func (u *UpdateGroupCall) String() string {
		tl_update_gen.go#L17499: 	type Alias UpdateGroupCall
		tl_update_gen.go#L17504: func (u *UpdateGroupCall) FillFrom(from interface {
		tl_update_gen.go#L17515: func (*UpdateGroupCall) TypeID() uint32 {
		tl_update_gen.go#L17520: func (*UpdateGroupCall) TypeName() string {
		tl_update_gen.go#L17525: func (u *UpdateGroupCall) TypeInfo() tdp.Type {
		tl_update_gen.go#L17548: func (u *UpdateGroupCall) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L17557: func (u *UpdateGroupCall) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17572: func (u *UpdateGroupCall) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L17583: func (u *UpdateGroupCall) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L17605: func (u *UpdateGroupCall) GetChatID() (value int64) {
		tl_update_gen.go#L17613: func (u *UpdateGroupCall) GetCall() (value GroupCallClass) {
		tl_update_gen.go#L25553: 		v := UpdateGroupCall{}
		tl_update_slices_gen.go#L1123: 		value, ok := elem.(*UpdateGroupCall)
		tl_update_slices_gen.go#L7979: type UpdateGroupCallArray []UpdateGroupCall
		tl_update_slices_gen.go#L7982: func (s UpdateGroupCallArray) Sort(less func(a, b UpdateGroupCall) bool) UpdateGroupCallArray {
		tl_update_slices_gen.go#L7990: func (s UpdateGroupCallArray) SortStable(less func(a, b UpdateGroupCall) bool) UpdateGroupCallArray {
		tl_update_slices_gen.go#L7998: func (s UpdateGroupCallArray) Retain(keep func(x UpdateGroupCall) bool) UpdateGroupCallArray {
		tl_update_slices_gen.go#L8012: func (s UpdateGroupCallArray) First() (v UpdateGroupCall, ok bool) {
		tl_update_slices_gen.go#L8020: func (s UpdateGroupCallArray) Last() (v UpdateGroupCall, ok bool) {
		tl_update_slices_gen.go#L8028: func (s *UpdateGroupCallArray) PopFirst() (v UpdateGroupCall, ok bool) {
		tl_update_slices_gen.go#L8038: 	var zero UpdateGroupCall
		tl_update_slices_gen.go#L8047: func (s *UpdateGroupCallArray) Pop() (v UpdateGroupCall, ok bool) {