type github.com/gotd/td/tg.NotEmptyPhoneCall
25 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L2274: AsNotEmpty() (NotEmptyPhoneCall, bool)
tl_phone_call_gen.go#L2287: type NotEmptyPhoneCall interface {
tl_phone_call_gen.go#L2313: func (p *PhoneCallEmpty) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2314: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2319: func (p *PhoneCallWaiting) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2320: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2325: func (p *PhoneCallRequested) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2326: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2331: func (p *PhoneCallAccepted) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2332: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2337: func (p *PhoneCall) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2338: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2343: func (p *PhoneCallDiscarded) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2344: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_slices_gen.go#L320: func (s PhoneCallClassArray) FillNotEmptyMap(to map[int64]NotEmptyPhoneCall) {
tl_phone_call_slices_gen.go#L331: func (s PhoneCallClassArray) NotEmptyToMap() map[int64]NotEmptyPhoneCall {
tl_phone_call_slices_gen.go#L332: r := make(map[int64]NotEmptyPhoneCall, len(s))
tl_phone_call_slices_gen.go#L339: func (s PhoneCallClassArray) AppendOnlyNotEmpty(to []NotEmptyPhoneCall) []NotEmptyPhoneCall {
tl_phone_call_slices_gen.go#L352: func (s PhoneCallClassArray) AsNotEmpty() (to []NotEmptyPhoneCall) {
tl_phone_call_slices_gen.go#L357: func (s PhoneCallClassArray) FirstAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L366: func (s PhoneCallClassArray) LastAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L375: func (s *PhoneCallClassArray) PopFirstAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L384: func (s *PhoneCallClassArray) PopAsNotEmpty() (v NotEmptyPhoneCall, ok bool) {
tl_phone_phone_call_gen.go#L215: func (p *PhonePhoneCall) GetPhoneCallAsNotEmpty() (NotEmptyPhoneCall, bool) {
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |