type github.com/gotd/td/tg.PhoneConnectionClass
23 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L1292: Connections []PhoneConnectionClass
tl_phone_call_gen.go#L1381: GetConnections() (value []PhoneConnectionClass)
tl_phone_call_gen.go#L1610: p.Connections = make([]PhoneConnectionClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_call_gen.go#L1733: func (p *PhoneCall) GetConnections() (value []PhoneConnectionClass) {
tl_phone_connection_gen.go#L62: func (p PhoneConnection) construct() PhoneConnectionClass { return &p }
tl_phone_connection_gen.go#L71: _ PhoneConnectionClass = &PhoneConnection{}
tl_phone_connection_gen.go#L365: func (p PhoneConnectionWebrtc) construct() PhoneConnectionClass { return &p }
tl_phone_connection_gen.go#L374: _ PhoneConnectionClass = &PhoneConnectionWebrtc{}
tl_phone_connection_gen.go#L712: type PhoneConnectionClass interface {
tl_phone_connection_gen.go#L717: construct() PhoneConnectionClass
tl_phone_connection_gen.go#L744: func DecodePhoneConnection(buf *bin.Buffer) (PhoneConnectionClass, error) {
tl_phone_connection_gen.go#L771: PhoneConnection PhoneConnectionClass
tl_phone_connection_slices_gen.go#L38: type PhoneConnectionClassArray []PhoneConnectionClass
tl_phone_connection_slices_gen.go#L41: func (s PhoneConnectionClassArray) Sort(less func(a, b PhoneConnectionClass) bool) PhoneConnectionClassArray {
tl_phone_connection_slices_gen.go#L49: func (s PhoneConnectionClassArray) SortStable(less func(a, b PhoneConnectionClass) bool) PhoneConnectionClassArray {
tl_phone_connection_slices_gen.go#L57: func (s PhoneConnectionClassArray) Retain(keep func(x PhoneConnectionClass) bool) PhoneConnectionClassArray {
tl_phone_connection_slices_gen.go#L71: func (s PhoneConnectionClassArray) First() (v PhoneConnectionClass, ok bool) {
tl_phone_connection_slices_gen.go#L79: func (s PhoneConnectionClassArray) Last() (v PhoneConnectionClass, ok bool) {
tl_phone_connection_slices_gen.go#L87: func (s *PhoneConnectionClassArray) PopFirst() (v PhoneConnectionClass, ok bool) {
tl_phone_connection_slices_gen.go#L97: var zero PhoneConnectionClass
tl_phone_connection_slices_gen.go#L106: func (s *PhoneConnectionClassArray) Pop() (v PhoneConnectionClass, ok bool) {
tl_phone_connection_slices_gen.go#L121: return s.Sort(func(a, b PhoneConnectionClass) bool {
tl_phone_connection_slices_gen.go#L128: return s.SortStable(func(a, b PhoneConnectionClass) bool {
|
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. |