type github.com/gotd/td/tg.NotEmptyPhoneCall
25 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L2165: AsNotEmpty() (NotEmptyPhoneCall, bool)
tl_phone_call_gen.go#L2178: type NotEmptyPhoneCall interface {
tl_phone_call_gen.go#L2204: func (p *PhoneCallEmpty) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2205: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2210: func (p *PhoneCallWaiting) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2211: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2216: func (p *PhoneCallRequested) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2217: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2222: func (p *PhoneCallAccepted) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2223: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2228: func (p *PhoneCall) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2229: value, ok := (PhoneCallClass(p)).(NotEmptyPhoneCall)
tl_phone_call_gen.go#L2234: func (p *PhoneCallDiscarded) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2235: 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.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. |