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

46 uses

	github.com/gotd/td/tg (current package)
		tl_phone_accept_call_gen.go#L47: 	Protocol PhoneCallProtocol
		tl_phone_accept_call_gen.go#L91: 	GetProtocol() (value PhoneCallProtocol)
		tl_phone_accept_call_gen.go#L214: func (a *PhoneAcceptCallRequest) GetProtocol() (value PhoneCallProtocol) {
		tl_phone_call_gen.go#L192: 	Protocol PhoneCallProtocol
		tl_phone_call_gen.go#L267: 	GetProtocol() (value PhoneCallProtocol)
		tl_phone_call_gen.go#L518: func (p *PhoneCallWaiting) GetProtocol() (value PhoneCallProtocol) {
		tl_phone_call_gen.go#L571: 	Protocol PhoneCallProtocol
		tl_phone_call_gen.go#L643: 	GetProtocol() (value PhoneCallProtocol)
		tl_phone_call_gen.go#L892: func (p *PhoneCallRequested) GetProtocol() (value PhoneCallProtocol) {
		tl_phone_call_gen.go#L927: 	Protocol PhoneCallProtocol
		tl_phone_call_gen.go#L999: 	GetProtocol() (value PhoneCallProtocol)
		tl_phone_call_gen.go#L1248: func (p *PhoneCallAccepted) GetProtocol() (value PhoneCallProtocol) {
		tl_phone_call_gen.go#L1290: 	Protocol PhoneCallProtocol
		tl_phone_call_gen.go#L1380: 	GetProtocol() (value PhoneCallProtocol)
		tl_phone_call_gen.go#L1725: func (p *PhoneCall) GetProtocol() (value PhoneCallProtocol) {
		tl_phone_call_protocol_gen.go#L38: type PhoneCallProtocol struct {
		tl_phone_call_protocol_gen.go#L70: 	_ bin.Encoder     = &PhoneCallProtocol{}
		tl_phone_call_protocol_gen.go#L71: 	_ bin.Decoder     = &PhoneCallProtocol{}
		tl_phone_call_protocol_gen.go#L72: 	_ bin.BareEncoder = &PhoneCallProtocol{}
		tl_phone_call_protocol_gen.go#L73: 	_ bin.BareDecoder = &PhoneCallProtocol{}
		tl_phone_call_protocol_gen.go#L76: func (p *PhoneCallProtocol) Zero() bool {
		tl_phone_call_protocol_gen.go#L103: func (p *PhoneCallProtocol) String() string {
		tl_phone_call_protocol_gen.go#L107: 	type Alias PhoneCallProtocol
		tl_phone_call_protocol_gen.go#L112: func (p *PhoneCallProtocol) FillFrom(from interface {
		tl_phone_call_protocol_gen.go#L129: func (*PhoneCallProtocol) TypeID() uint32 {
		tl_phone_call_protocol_gen.go#L134: func (*PhoneCallProtocol) TypeName() string {
		tl_phone_call_protocol_gen.go#L139: func (p *PhoneCallProtocol) TypeInfo() tdp.Type {
		tl_phone_call_protocol_gen.go#L176: func (p *PhoneCallProtocol) SetFlags() {
		tl_phone_call_protocol_gen.go#L186: func (p *PhoneCallProtocol) Encode(b *bin.Buffer) error {
		tl_phone_call_protocol_gen.go#L195: func (p *PhoneCallProtocol) EncodeBare(b *bin.Buffer) error {
		tl_phone_call_protocol_gen.go#L213: func (p *PhoneCallProtocol) Decode(b *bin.Buffer) error {
		tl_phone_call_protocol_gen.go#L224: func (p *PhoneCallProtocol) DecodeBare(b *bin.Buffer) error {
		tl_phone_call_protocol_gen.go#L270: func (p *PhoneCallProtocol) SetUDPP2P(value bool) {
		tl_phone_call_protocol_gen.go#L281: func (p *PhoneCallProtocol) GetUDPP2P() (value bool) {
		tl_phone_call_protocol_gen.go#L289: func (p *PhoneCallProtocol) SetUDPReflector(value bool) {
		tl_phone_call_protocol_gen.go#L300: func (p *PhoneCallProtocol) GetUDPReflector() (value bool) {
		tl_phone_call_protocol_gen.go#L308: func (p *PhoneCallProtocol) GetMinLayer() (value int) {
		tl_phone_call_protocol_gen.go#L316: func (p *PhoneCallProtocol) GetMaxLayer() (value int) {
		tl_phone_call_protocol_gen.go#L324: func (p *PhoneCallProtocol) GetLibraryVersions() (value []string) {
		tl_phone_confirm_call_gen.go#L52: 	Protocol PhoneCallProtocol
		tl_phone_confirm_call_gen.go#L100: 	GetProtocol() (value PhoneCallProtocol)
		tl_phone_confirm_call_gen.go#L244: func (c *PhoneConfirmCallRequest) GetProtocol() (value PhoneCallProtocol) {
		tl_phone_request_call_gen.go#L56: 	Protocol PhoneCallProtocol
		tl_phone_request_call_gen.go#L111: 	GetProtocol() (value PhoneCallProtocol)
		tl_phone_request_call_gen.go#L302: func (r *PhoneRequestCallRequest) GetProtocol() (value PhoneCallProtocol) {
		tl_registry_gen.go#L4341: 		PhoneCallProtocolTypeID:                                  func() bin.Object { return &PhoneCallProtocol{} },