type github.com/gotd/td/tg.PhoneCallDiscarded
52 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L1757: type PhoneCallDiscarded struct {
tl_phone_call_gen.go#L1791: func (p PhoneCallDiscarded) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L1795: _ bin.Encoder = &PhoneCallDiscarded{}
tl_phone_call_gen.go#L1796: _ bin.Decoder = &PhoneCallDiscarded{}
tl_phone_call_gen.go#L1797: _ bin.BareEncoder = &PhoneCallDiscarded{}
tl_phone_call_gen.go#L1798: _ bin.BareDecoder = &PhoneCallDiscarded{}
tl_phone_call_gen.go#L1800: _ PhoneCallClass = &PhoneCallDiscarded{}
tl_phone_call_gen.go#L1803: func (p *PhoneCallDiscarded) Zero() bool {
tl_phone_call_gen.go#L1833: func (p *PhoneCallDiscarded) String() string {
tl_phone_call_gen.go#L1837: type Alias PhoneCallDiscarded
tl_phone_call_gen.go#L1842: func (p *PhoneCallDiscarded) FillFrom(from interface {
tl_phone_call_gen.go#L1867: func (*PhoneCallDiscarded) TypeID() uint32 {
tl_phone_call_gen.go#L1872: func (*PhoneCallDiscarded) TypeName() string {
tl_phone_call_gen.go#L1877: func (p *PhoneCallDiscarded) TypeInfo() tdp.Type {
tl_phone_call_gen.go#L1921: func (p *PhoneCallDiscarded) SetFlags() {
tl_phone_call_gen.go#L1940: func (p *PhoneCallDiscarded) Encode(b *bin.Buffer) error {
tl_phone_call_gen.go#L1949: func (p *PhoneCallDiscarded) EncodeBare(b *bin.Buffer) error {
tl_phone_call_gen.go#L1973: func (p *PhoneCallDiscarded) Decode(b *bin.Buffer) error {
tl_phone_call_gen.go#L1984: func (p *PhoneCallDiscarded) DecodeBare(b *bin.Buffer) error {
tl_phone_call_gen.go#L2021: func (p *PhoneCallDiscarded) SetNeedRating(value bool) {
tl_phone_call_gen.go#L2032: func (p *PhoneCallDiscarded) GetNeedRating() (value bool) {
tl_phone_call_gen.go#L2040: func (p *PhoneCallDiscarded) SetNeedDebug(value bool) {
tl_phone_call_gen.go#L2051: func (p *PhoneCallDiscarded) GetNeedDebug() (value bool) {
tl_phone_call_gen.go#L2059: func (p *PhoneCallDiscarded) SetVideo(value bool) {
tl_phone_call_gen.go#L2070: func (p *PhoneCallDiscarded) GetVideo() (value bool) {
tl_phone_call_gen.go#L2078: func (p *PhoneCallDiscarded) GetID() (value int64) {
tl_phone_call_gen.go#L2086: func (p *PhoneCallDiscarded) SetReason(value PhoneCallDiscardReasonClass) {
tl_phone_call_gen.go#L2093: func (p *PhoneCallDiscarded) GetReason() (value PhoneCallDiscardReasonClass, ok bool) {
tl_phone_call_gen.go#L2104: func (p *PhoneCallDiscarded) SetDuration(value int) {
tl_phone_call_gen.go#L2111: func (p *PhoneCallDiscarded) GetDuration() (value int, ok bool) {
tl_phone_call_gen.go#L2234: func (p *PhoneCallDiscarded) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2283: v := PhoneCallDiscarded{}
tl_phone_call_slices_gen.go#L289: func (s PhoneCallClassArray) FillPhoneCallDiscardedMap(to map[int64]*PhoneCallDiscarded) {
tl_phone_call_slices_gen.go#L291: value, ok := elem.(*PhoneCallDiscarded)
tl_phone_call_slices_gen.go#L300: func (s PhoneCallClassArray) PhoneCallDiscardedToMap() map[int64]*PhoneCallDiscarded {
tl_phone_call_slices_gen.go#L301: r := make(map[int64]*PhoneCallDiscarded, len(s))
tl_phone_call_slices_gen.go#L309: value, ok := elem.(*PhoneCallDiscarded)
tl_phone_call_slices_gen.go#L999: type PhoneCallDiscardedArray []PhoneCallDiscarded
tl_phone_call_slices_gen.go#L1002: func (s PhoneCallDiscardedArray) Sort(less func(a, b PhoneCallDiscarded) bool) PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1010: func (s PhoneCallDiscardedArray) SortStable(less func(a, b PhoneCallDiscarded) bool) PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1018: func (s PhoneCallDiscardedArray) Retain(keep func(x PhoneCallDiscarded) bool) PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1032: func (s PhoneCallDiscardedArray) First() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1040: func (s PhoneCallDiscardedArray) Last() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1048: func (s *PhoneCallDiscardedArray) PopFirst() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1058: var zero PhoneCallDiscarded
tl_phone_call_slices_gen.go#L1067: func (s *PhoneCallDiscardedArray) Pop() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1082: return s.Sort(func(a, b PhoneCallDiscarded) bool {
tl_phone_call_slices_gen.go#L1089: return s.SortStable(func(a, b PhoneCallDiscarded) bool {
tl_phone_call_slices_gen.go#L1095: func (s PhoneCallDiscardedArray) FillMap(to map[int64]PhoneCallDiscarded) {
tl_phone_call_slices_gen.go#L1102: func (s PhoneCallDiscardedArray) ToMap() map[int64]PhoneCallDiscarded {
tl_phone_call_slices_gen.go#L1103: r := make(map[int64]PhoneCallDiscarded, len(s))
tl_registry_gen.go#L4338: PhoneCallDiscardedTypeID: func() bin.Object { return &PhoneCallDiscarded{} },
|
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. |