type github.com/gotd/td/tg.PhoneCallClass
40 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L47: func (p PhoneCallEmpty) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L56: _ PhoneCallClass = &PhoneCallEmpty{}
tl_phone_call_gen.go#L203: func (p PhoneCallWaiting) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L212: _ PhoneCallClass = &PhoneCallWaiting{}
tl_phone_call_gen.go#L578: func (p PhoneCallRequested) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L587: _ PhoneCallClass = &PhoneCallRequested{}
tl_phone_call_gen.go#L934: func (p PhoneCallAccepted) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L943: _ PhoneCallClass = &PhoneCallAccepted{}
tl_phone_call_gen.go#L1301: func (p PhoneCall) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L1310: _ PhoneCallClass = &PhoneCall{}
tl_phone_call_gen.go#L1791: func (p PhoneCallDiscarded) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L1800: _ PhoneCallClass = &PhoneCallDiscarded{}
tl_phone_call_gen.go#L2143: type PhoneCallClass interface {
tl_phone_call_gen.go#L2148: construct() PhoneCallClass
tl_phone_call_gen.go#L2183: construct() PhoneCallClass
tl_phone_call_gen.go#L2205: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2211: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2217: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2223: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2229: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2235: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2240: func DecodePhoneCall(buf *bin.Buffer) (PhoneCallClass, error) {
tl_phone_call_gen.go#L2295: PhoneCall PhoneCallClass
tl_phone_call_slices_gen.go#L38: type PhoneCallClassArray []PhoneCallClass
tl_phone_call_slices_gen.go#L41: func (s PhoneCallClassArray) Sort(less func(a, b PhoneCallClass) bool) PhoneCallClassArray {
tl_phone_call_slices_gen.go#L49: func (s PhoneCallClassArray) SortStable(less func(a, b PhoneCallClass) bool) PhoneCallClassArray {
tl_phone_call_slices_gen.go#L57: func (s PhoneCallClassArray) Retain(keep func(x PhoneCallClass) bool) PhoneCallClassArray {
tl_phone_call_slices_gen.go#L71: func (s PhoneCallClassArray) First() (v PhoneCallClass, ok bool) {
tl_phone_call_slices_gen.go#L79: func (s PhoneCallClassArray) Last() (v PhoneCallClass, ok bool) {
tl_phone_call_slices_gen.go#L87: func (s *PhoneCallClassArray) PopFirst() (v PhoneCallClass, ok bool) {
tl_phone_call_slices_gen.go#L97: var zero PhoneCallClass
tl_phone_call_slices_gen.go#L106: func (s *PhoneCallClassArray) Pop() (v PhoneCallClass, ok bool) {
tl_phone_call_slices_gen.go#L121: return s.Sort(func(a, b PhoneCallClass) bool {
tl_phone_call_slices_gen.go#L128: return s.SortStable(func(a, b PhoneCallClass) bool {
tl_phone_phone_call_gen.go#L40: PhoneCall PhoneCallClass
tl_phone_phone_call_gen.go#L81: GetPhoneCall() (value PhoneCallClass)
tl_phone_phone_call_gen.go#L199: func (p *PhonePhoneCall) GetPhoneCall() (value PhoneCallClass) {
tl_update_gen.go#L11490: PhoneCall PhoneCallClass
tl_update_gen.go#L11531: GetPhoneCall() (value PhoneCallClass)
tl_update_gen.go#L11617: func (u *UpdatePhoneCall) GetPhoneCall() (value PhoneCallClass) {
|
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. |