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

47 uses

	github.com/gotd/td/tg (current package)
		tl_phone_connection_gen.go#L39: type PhoneConnection struct {
		tl_phone_connection_gen.go#L63: func (p PhoneConnection) construct() PhoneConnectionClass { return &p }
		tl_phone_connection_gen.go#L67: 	_ bin.Encoder     = &PhoneConnection{}
		tl_phone_connection_gen.go#L68: 	_ bin.Decoder     = &PhoneConnection{}
		tl_phone_connection_gen.go#L69: 	_ bin.BareEncoder = &PhoneConnection{}
		tl_phone_connection_gen.go#L70: 	_ bin.BareDecoder = &PhoneConnection{}
		tl_phone_connection_gen.go#L72: 	_ PhoneConnectionClass = &PhoneConnection{}
		tl_phone_connection_gen.go#L75: func (p *PhoneConnection) Zero() bool {
		tl_phone_connection_gen.go#L105: func (p *PhoneConnection) String() string {
		tl_phone_connection_gen.go#L109: 	type Alias PhoneConnection
		tl_phone_connection_gen.go#L114: func (p *PhoneConnection) FillFrom(from interface {
		tl_phone_connection_gen.go#L133: func (*PhoneConnection) TypeID() uint32 {
		tl_phone_connection_gen.go#L138: func (*PhoneConnection) TypeName() string {
		tl_phone_connection_gen.go#L143: func (p *PhoneConnection) TypeInfo() tdp.Type {
		tl_phone_connection_gen.go#L183: func (p *PhoneConnection) SetFlags() {
		tl_phone_connection_gen.go#L190: func (p *PhoneConnection) Encode(b *bin.Buffer) error {
		tl_phone_connection_gen.go#L199: func (p *PhoneConnection) EncodeBare(b *bin.Buffer) error {
		tl_phone_connection_gen.go#L216: func (p *PhoneConnection) Decode(b *bin.Buffer) error {
		tl_phone_connection_gen.go#L227: func (p *PhoneConnection) DecodeBare(b *bin.Buffer) error {
		tl_phone_connection_gen.go#L276: func (p *PhoneConnection) SetTCP(value bool) {
		tl_phone_connection_gen.go#L287: func (p *PhoneConnection) GetTCP() (value bool) {
		tl_phone_connection_gen.go#L295: func (p *PhoneConnection) GetID() (value int64) {
		tl_phone_connection_gen.go#L303: func (p *PhoneConnection) GetIP() (value string) {
		tl_phone_connection_gen.go#L311: func (p *PhoneConnection) GetIpv6() (value string) {
		tl_phone_connection_gen.go#L319: func (p *PhoneConnection) GetPort() (value int) {
		tl_phone_connection_gen.go#L327: func (p *PhoneConnection) GetPeerTag() (value []byte) {
		tl_phone_connection_gen.go#L760: 		v := PhoneConnection{}
		tl_phone_connection_slices_gen.go#L134: func (s PhoneConnectionClassArray) FillPhoneConnectionMap(to map[int64]*PhoneConnection) {
		tl_phone_connection_slices_gen.go#L136: 		value, ok := elem.(*PhoneConnection)
		tl_phone_connection_slices_gen.go#L145: func (s PhoneConnectionClassArray) PhoneConnectionToMap() map[int64]*PhoneConnection {
		tl_phone_connection_slices_gen.go#L146: 	r := make(map[int64]*PhoneConnection, len(s))
		tl_phone_connection_slices_gen.go#L154: 		value, ok := elem.(*PhoneConnection)
		tl_phone_connection_slices_gen.go#L196: type PhoneConnectionArray []PhoneConnection
		tl_phone_connection_slices_gen.go#L199: func (s PhoneConnectionArray) Sort(less func(a, b PhoneConnection) bool) PhoneConnectionArray {
		tl_phone_connection_slices_gen.go#L207: func (s PhoneConnectionArray) SortStable(less func(a, b PhoneConnection) bool) PhoneConnectionArray {
		tl_phone_connection_slices_gen.go#L215: func (s PhoneConnectionArray) Retain(keep func(x PhoneConnection) bool) PhoneConnectionArray {
		tl_phone_connection_slices_gen.go#L229: func (s PhoneConnectionArray) First() (v PhoneConnection, ok bool) {
		tl_phone_connection_slices_gen.go#L237: func (s PhoneConnectionArray) Last() (v PhoneConnection, ok bool) {
		tl_phone_connection_slices_gen.go#L245: func (s *PhoneConnectionArray) PopFirst() (v PhoneConnection, ok bool) {
		tl_phone_connection_slices_gen.go#L255: 	var zero PhoneConnection
		tl_phone_connection_slices_gen.go#L264: func (s *PhoneConnectionArray) Pop() (v PhoneConnection, ok bool) {
		tl_phone_connection_slices_gen.go#L279: 	return s.Sort(func(a, b PhoneConnection) bool {
		tl_phone_connection_slices_gen.go#L286: 	return s.SortStable(func(a, b PhoneConnection) bool {
		tl_phone_connection_slices_gen.go#L292: func (s PhoneConnectionArray) FillMap(to map[int64]PhoneConnection) {
		tl_phone_connection_slices_gen.go#L299: func (s PhoneConnectionArray) ToMap() map[int64]PhoneConnection {
		tl_phone_connection_slices_gen.go#L300: 	r := make(map[int64]PhoneConnection, len(s))
		tl_registry_gen.go#L5851: 		PhoneConnectionTypeID:                                    func() bin.Object { return &PhoneConnection{} },