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

34 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L874: type PhoneCallSignalingDataHandler func(ctx context.Context, e Entities, update *UpdatePhoneCallSignalingData) error
		tl_handlers_gen.go#L879: 		return handler(ctx, e, update.(*UpdatePhoneCallSignalingData))
		tl_registry_gen.go#L5315: 		UpdatePhoneCallSignalingDataTypeID:                       func() bin.Object { return &UpdatePhoneCallSignalingData{} },
		tl_update_gen.go#L15761: type UpdatePhoneCallSignalingData struct {
		tl_update_gen.go#L15772: func (u UpdatePhoneCallSignalingData) construct() UpdateClass { return &u }
		tl_update_gen.go#L15776: 	_ bin.Encoder     = &UpdatePhoneCallSignalingData{}
		tl_update_gen.go#L15777: 	_ bin.Decoder     = &UpdatePhoneCallSignalingData{}
		tl_update_gen.go#L15778: 	_ bin.BareEncoder = &UpdatePhoneCallSignalingData{}
		tl_update_gen.go#L15779: 	_ bin.BareDecoder = &UpdatePhoneCallSignalingData{}
		tl_update_gen.go#L15781: 	_ UpdateClass = &UpdatePhoneCallSignalingData{}
		tl_update_gen.go#L15784: func (u *UpdatePhoneCallSignalingData) Zero() bool {
		tl_update_gen.go#L15799: func (u *UpdatePhoneCallSignalingData) String() string {
		tl_update_gen.go#L15803: 	type Alias UpdatePhoneCallSignalingData
		tl_update_gen.go#L15808: func (u *UpdatePhoneCallSignalingData) FillFrom(from interface {
		tl_update_gen.go#L15819: func (*UpdatePhoneCallSignalingData) TypeID() uint32 {
		tl_update_gen.go#L15824: func (*UpdatePhoneCallSignalingData) TypeName() string {
		tl_update_gen.go#L15829: func (u *UpdatePhoneCallSignalingData) TypeInfo() tdp.Type {
		tl_update_gen.go#L15852: func (u *UpdatePhoneCallSignalingData) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L15861: func (u *UpdatePhoneCallSignalingData) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L15871: func (u *UpdatePhoneCallSignalingData) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L15882: func (u *UpdatePhoneCallSignalingData) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L15904: func (u *UpdatePhoneCallSignalingData) GetPhoneCallID() (value int64) {
		tl_update_gen.go#L15912: func (u *UpdatePhoneCallSignalingData) GetData() (value []byte) {
		tl_update_gen.go#L34732: 		v := UpdatePhoneCallSignalingData{}
		tl_update_slices_gen.go#L993: 		value, ok := elem.(*UpdatePhoneCallSignalingData)
		tl_update_slices_gen.go#L7638: type UpdatePhoneCallSignalingDataArray []UpdatePhoneCallSignalingData
		tl_update_slices_gen.go#L7641: func (s UpdatePhoneCallSignalingDataArray) Sort(less func(a, b UpdatePhoneCallSignalingData) bool) UpdatePhoneCallSignalingDataArray {
		tl_update_slices_gen.go#L7649: func (s UpdatePhoneCallSignalingDataArray) SortStable(less func(a, b UpdatePhoneCallSignalingData) bool) UpdatePhoneCallSignalingDataArray {
		tl_update_slices_gen.go#L7657: func (s UpdatePhoneCallSignalingDataArray) Retain(keep func(x UpdatePhoneCallSignalingData) bool) UpdatePhoneCallSignalingDataArray {
		tl_update_slices_gen.go#L7671: func (s UpdatePhoneCallSignalingDataArray) First() (v UpdatePhoneCallSignalingData, ok bool) {
		tl_update_slices_gen.go#L7679: func (s UpdatePhoneCallSignalingDataArray) Last() (v UpdatePhoneCallSignalingData, ok bool) {
		tl_update_slices_gen.go#L7687: func (s *UpdatePhoneCallSignalingDataArray) PopFirst() (v UpdatePhoneCallSignalingData, ok bool) {
		tl_update_slices_gen.go#L7697: 	var zero UpdatePhoneCallSignalingData
		tl_update_slices_gen.go#L7706: func (s *UpdatePhoneCallSignalingDataArray) Pop() (v UpdatePhoneCallSignalingData, ok bool) {