type github.com/gotd/td/tg.PhoneConnectionWebrtc
50 uses
github.com/gotd/td/tg (current package)
tl_phone_connection_gen.go#L337: type PhoneConnectionWebrtc struct {
tl_phone_connection_gen.go#L365: func (p PhoneConnectionWebrtc) construct() PhoneConnectionClass { return &p }
tl_phone_connection_gen.go#L369: _ bin.Encoder = &PhoneConnectionWebrtc{}
tl_phone_connection_gen.go#L370: _ bin.Decoder = &PhoneConnectionWebrtc{}
tl_phone_connection_gen.go#L371: _ bin.BareEncoder = &PhoneConnectionWebrtc{}
tl_phone_connection_gen.go#L372: _ bin.BareDecoder = &PhoneConnectionWebrtc{}
tl_phone_connection_gen.go#L374: _ PhoneConnectionClass = &PhoneConnectionWebrtc{}
tl_phone_connection_gen.go#L377: func (p *PhoneConnectionWebrtc) Zero() bool {
tl_phone_connection_gen.go#L413: func (p *PhoneConnectionWebrtc) String() string {
tl_phone_connection_gen.go#L417: type Alias PhoneConnectionWebrtc
tl_phone_connection_gen.go#L422: func (p *PhoneConnectionWebrtc) FillFrom(from interface {
tl_phone_connection_gen.go#L445: func (*PhoneConnectionWebrtc) TypeID() uint32 {
tl_phone_connection_gen.go#L450: func (*PhoneConnectionWebrtc) TypeName() string {
tl_phone_connection_gen.go#L455: func (p *PhoneConnectionWebrtc) TypeInfo() tdp.Type {
tl_phone_connection_gen.go#L504: func (p *PhoneConnectionWebrtc) SetFlags() {
tl_phone_connection_gen.go#L514: func (p *PhoneConnectionWebrtc) Encode(b *bin.Buffer) error {
tl_phone_connection_gen.go#L523: func (p *PhoneConnectionWebrtc) EncodeBare(b *bin.Buffer) error {
tl_phone_connection_gen.go#L541: func (p *PhoneConnectionWebrtc) Decode(b *bin.Buffer) error {
tl_phone_connection_gen.go#L552: func (p *PhoneConnectionWebrtc) DecodeBare(b *bin.Buffer) error {
tl_phone_connection_gen.go#L609: func (p *PhoneConnectionWebrtc) SetTurn(value bool) {
tl_phone_connection_gen.go#L620: func (p *PhoneConnectionWebrtc) GetTurn() (value bool) {
tl_phone_connection_gen.go#L628: func (p *PhoneConnectionWebrtc) SetStun(value bool) {
tl_phone_connection_gen.go#L639: func (p *PhoneConnectionWebrtc) GetStun() (value bool) {
tl_phone_connection_gen.go#L647: func (p *PhoneConnectionWebrtc) GetID() (value int64) {
tl_phone_connection_gen.go#L655: func (p *PhoneConnectionWebrtc) GetIP() (value string) {
tl_phone_connection_gen.go#L663: func (p *PhoneConnectionWebrtc) GetIpv6() (value string) {
tl_phone_connection_gen.go#L671: func (p *PhoneConnectionWebrtc) GetPort() (value int) {
tl_phone_connection_gen.go#L679: func (p *PhoneConnectionWebrtc) GetUsername() (value string) {
tl_phone_connection_gen.go#L687: func (p *PhoneConnectionWebrtc) GetPassword() (value string) {
tl_phone_connection_gen.go#L759: v := PhoneConnectionWebrtc{}
tl_phone_connection_slices_gen.go#L165: func (s PhoneConnectionClassArray) FillPhoneConnectionWebrtcMap(to map[int64]*PhoneConnectionWebrtc) {
tl_phone_connection_slices_gen.go#L167: value, ok := elem.(*PhoneConnectionWebrtc)
tl_phone_connection_slices_gen.go#L176: func (s PhoneConnectionClassArray) PhoneConnectionWebrtcToMap() map[int64]*PhoneConnectionWebrtc {
tl_phone_connection_slices_gen.go#L177: r := make(map[int64]*PhoneConnectionWebrtc, len(s))
tl_phone_connection_slices_gen.go#L185: value, ok := elem.(*PhoneConnectionWebrtc)
tl_phone_connection_slices_gen.go#L306: type PhoneConnectionWebrtcArray []PhoneConnectionWebrtc
tl_phone_connection_slices_gen.go#L309: func (s PhoneConnectionWebrtcArray) Sort(less func(a, b PhoneConnectionWebrtc) bool) PhoneConnectionWebrtcArray {
tl_phone_connection_slices_gen.go#L317: func (s PhoneConnectionWebrtcArray) SortStable(less func(a, b PhoneConnectionWebrtc) bool) PhoneConnectionWebrtcArray {
tl_phone_connection_slices_gen.go#L325: func (s PhoneConnectionWebrtcArray) Retain(keep func(x PhoneConnectionWebrtc) bool) PhoneConnectionWebrtcArray {
tl_phone_connection_slices_gen.go#L339: func (s PhoneConnectionWebrtcArray) First() (v PhoneConnectionWebrtc, ok bool) {
tl_phone_connection_slices_gen.go#L347: func (s PhoneConnectionWebrtcArray) Last() (v PhoneConnectionWebrtc, ok bool) {
tl_phone_connection_slices_gen.go#L355: func (s *PhoneConnectionWebrtcArray) PopFirst() (v PhoneConnectionWebrtc, ok bool) {
tl_phone_connection_slices_gen.go#L365: var zero PhoneConnectionWebrtc
tl_phone_connection_slices_gen.go#L374: func (s *PhoneConnectionWebrtcArray) Pop() (v PhoneConnectionWebrtc, ok bool) {
tl_phone_connection_slices_gen.go#L389: return s.Sort(func(a, b PhoneConnectionWebrtc) bool {
tl_phone_connection_slices_gen.go#L396: return s.SortStable(func(a, b PhoneConnectionWebrtc) bool {
tl_phone_connection_slices_gen.go#L402: func (s PhoneConnectionWebrtcArray) FillMap(to map[int64]PhoneConnectionWebrtc) {
tl_phone_connection_slices_gen.go#L409: func (s PhoneConnectionWebrtcArray) ToMap() map[int64]PhoneConnectionWebrtc {
tl_phone_connection_slices_gen.go#L410: r := make(map[int64]PhoneConnectionWebrtc, len(s))
tl_registry_gen.go#L4340: PhoneConnectionWebrtcTypeID: func() bin.Object { return &PhoneConnectionWebrtc{} },
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |