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

41 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_gen.go#L38: type PhoneCallEmpty struct {
		tl_phone_call_gen.go#L47: func (p PhoneCallEmpty) construct() PhoneCallClass { return &p }
		tl_phone_call_gen.go#L51: 	_ bin.Encoder     = &PhoneCallEmpty{}
		tl_phone_call_gen.go#L52: 	_ bin.Decoder     = &PhoneCallEmpty{}
		tl_phone_call_gen.go#L53: 	_ bin.BareEncoder = &PhoneCallEmpty{}
		tl_phone_call_gen.go#L54: 	_ bin.BareDecoder = &PhoneCallEmpty{}
		tl_phone_call_gen.go#L56: 	_ PhoneCallClass = &PhoneCallEmpty{}
		tl_phone_call_gen.go#L59: func (p *PhoneCallEmpty) Zero() bool {
		tl_phone_call_gen.go#L71: func (p *PhoneCallEmpty) String() string {
		tl_phone_call_gen.go#L75: 	type Alias PhoneCallEmpty
		tl_phone_call_gen.go#L80: func (p *PhoneCallEmpty) FillFrom(from interface {
		tl_phone_call_gen.go#L89: func (*PhoneCallEmpty) TypeID() uint32 {
		tl_phone_call_gen.go#L94: func (*PhoneCallEmpty) TypeName() string {
		tl_phone_call_gen.go#L99: func (p *PhoneCallEmpty) TypeInfo() tdp.Type {
		tl_phone_call_gen.go#L118: func (p *PhoneCallEmpty) Encode(b *bin.Buffer) error {
		tl_phone_call_gen.go#L127: func (p *PhoneCallEmpty) EncodeBare(b *bin.Buffer) error {
		tl_phone_call_gen.go#L136: func (p *PhoneCallEmpty) Decode(b *bin.Buffer) error {
		tl_phone_call_gen.go#L147: func (p *PhoneCallEmpty) DecodeBare(b *bin.Buffer) error {
		tl_phone_call_gen.go#L162: func (p *PhoneCallEmpty) GetID() (value int64) {
		tl_phone_call_gen.go#L2204: func (p *PhoneCallEmpty) AsNotEmpty() (NotEmptyPhoneCall, bool) {
		tl_phone_call_gen.go#L2248: 		v := PhoneCallEmpty{}
		tl_phone_call_slices_gen.go#L134: func (s PhoneCallClassArray) FillPhoneCallEmptyMap(to map[int64]*PhoneCallEmpty) {
		tl_phone_call_slices_gen.go#L136: 		value, ok := elem.(*PhoneCallEmpty)
		tl_phone_call_slices_gen.go#L145: func (s PhoneCallClassArray) PhoneCallEmptyToMap() map[int64]*PhoneCallEmpty {
		tl_phone_call_slices_gen.go#L146: 	r := make(map[int64]*PhoneCallEmpty, len(s))
		tl_phone_call_slices_gen.go#L154: 		value, ok := elem.(*PhoneCallEmpty)
		tl_phone_call_slices_gen.go#L393: type PhoneCallEmptyArray []PhoneCallEmpty
		tl_phone_call_slices_gen.go#L396: func (s PhoneCallEmptyArray) Sort(less func(a, b PhoneCallEmpty) bool) PhoneCallEmptyArray {
		tl_phone_call_slices_gen.go#L404: func (s PhoneCallEmptyArray) SortStable(less func(a, b PhoneCallEmpty) bool) PhoneCallEmptyArray {
		tl_phone_call_slices_gen.go#L412: func (s PhoneCallEmptyArray) Retain(keep func(x PhoneCallEmpty) bool) PhoneCallEmptyArray {
		tl_phone_call_slices_gen.go#L426: func (s PhoneCallEmptyArray) First() (v PhoneCallEmpty, ok bool) {
		tl_phone_call_slices_gen.go#L434: func (s PhoneCallEmptyArray) Last() (v PhoneCallEmpty, ok bool) {
		tl_phone_call_slices_gen.go#L442: func (s *PhoneCallEmptyArray) PopFirst() (v PhoneCallEmpty, ok bool) {
		tl_phone_call_slices_gen.go#L452: 	var zero PhoneCallEmpty
		tl_phone_call_slices_gen.go#L461: func (s *PhoneCallEmptyArray) Pop() (v PhoneCallEmpty, ok bool) {
		tl_phone_call_slices_gen.go#L476: 	return s.Sort(func(a, b PhoneCallEmpty) bool {
		tl_phone_call_slices_gen.go#L483: 	return s.SortStable(func(a, b PhoneCallEmpty) bool {
		tl_phone_call_slices_gen.go#L489: func (s PhoneCallEmptyArray) FillMap(to map[int64]PhoneCallEmpty) {
		tl_phone_call_slices_gen.go#L496: func (s PhoneCallEmptyArray) ToMap() map[int64]PhoneCallEmpty {
		tl_phone_call_slices_gen.go#L497: 	r := make(map[int64]PhoneCallEmpty, len(s))
		tl_registry_gen.go#L4333: 		PhoneCallEmptyTypeID:                                     func() bin.Object { return &PhoneCallEmpty{} },