type github.com/gotd/td/tg.PhoneCall
59 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L1259: type PhoneCall struct {
tl_phone_call_gen.go#L1301: func (p PhoneCall) construct() PhoneCallClass { return &p }
tl_phone_call_gen.go#L1305: _ bin.Encoder = &PhoneCall{}
tl_phone_call_gen.go#L1306: _ bin.Decoder = &PhoneCall{}
tl_phone_call_gen.go#L1307: _ bin.BareEncoder = &PhoneCall{}
tl_phone_call_gen.go#L1308: _ bin.BareDecoder = &PhoneCall{}
tl_phone_call_gen.go#L1310: _ PhoneCallClass = &PhoneCall{}
tl_phone_call_gen.go#L1313: func (p *PhoneCall) Zero() bool {
tl_phone_call_gen.go#L1361: func (p *PhoneCall) String() string {
tl_phone_call_gen.go#L1365: type Alias PhoneCall
tl_phone_call_gen.go#L1370: func (p *PhoneCall) FillFrom(from interface {
tl_phone_call_gen.go#L1401: func (*PhoneCall) TypeID() uint32 {
tl_phone_call_gen.go#L1406: func (*PhoneCall) TypeName() string {
tl_phone_call_gen.go#L1411: func (p *PhoneCall) TypeInfo() tdp.Type {
tl_phone_call_gen.go#L1476: func (p *PhoneCall) SetFlags() {
tl_phone_call_gen.go#L1486: func (p *PhoneCall) Encode(b *bin.Buffer) error {
tl_phone_call_gen.go#L1495: func (p *PhoneCall) EncodeBare(b *bin.Buffer) error {
tl_phone_call_gen.go#L1527: func (p *PhoneCall) Decode(b *bin.Buffer) error {
tl_phone_call_gen.go#L1538: func (p *PhoneCall) DecodeBare(b *bin.Buffer) error {
tl_phone_call_gen.go#L1631: func (p *PhoneCall) SetP2PAllowed(value bool) {
tl_phone_call_gen.go#L1642: func (p *PhoneCall) GetP2PAllowed() (value bool) {
tl_phone_call_gen.go#L1650: func (p *PhoneCall) SetVideo(value bool) {
tl_phone_call_gen.go#L1661: func (p *PhoneCall) GetVideo() (value bool) {
tl_phone_call_gen.go#L1669: func (p *PhoneCall) GetID() (value int64) {
tl_phone_call_gen.go#L1677: func (p *PhoneCall) GetAccessHash() (value int64) {
tl_phone_call_gen.go#L1685: func (p *PhoneCall) GetDate() (value int) {
tl_phone_call_gen.go#L1693: func (p *PhoneCall) GetAdminID() (value int64) {
tl_phone_call_gen.go#L1701: func (p *PhoneCall) GetParticipantID() (value int64) {
tl_phone_call_gen.go#L1709: func (p *PhoneCall) GetGAOrB() (value []byte) {
tl_phone_call_gen.go#L1717: func (p *PhoneCall) GetKeyFingerprint() (value int64) {
tl_phone_call_gen.go#L1725: func (p *PhoneCall) GetProtocol() (value PhoneCallProtocol) {
tl_phone_call_gen.go#L1733: func (p *PhoneCall) GetConnections() (value []PhoneConnectionClass) {
tl_phone_call_gen.go#L1741: func (p *PhoneCall) GetStartDate() (value int) {
tl_phone_call_gen.go#L1749: func (p *PhoneCall) MapConnections() (value PhoneConnectionClassArray) {
tl_phone_call_gen.go#L2169: func (p *PhoneCall) AsInput() *InputPhoneCall {
tl_phone_call_gen.go#L2228: func (p *PhoneCall) AsNotEmpty() (NotEmptyPhoneCall, bool) {
tl_phone_call_gen.go#L2276: v := PhoneCall{}
tl_phone_call_slices_gen.go#L258: func (s PhoneCallClassArray) FillPhoneCallMap(to map[int64]*PhoneCall) {
tl_phone_call_slices_gen.go#L260: value, ok := elem.(*PhoneCall)
tl_phone_call_slices_gen.go#L269: func (s PhoneCallClassArray) PhoneCallToMap() map[int64]*PhoneCall {
tl_phone_call_slices_gen.go#L270: r := make(map[int64]*PhoneCall, len(s))
tl_phone_call_slices_gen.go#L278: value, ok := elem.(*PhoneCall)
tl_phone_call_slices_gen.go#L875: type PhoneCallArray []PhoneCall
tl_phone_call_slices_gen.go#L878: func (s PhoneCallArray) Sort(less func(a, b PhoneCall) bool) PhoneCallArray {
tl_phone_call_slices_gen.go#L886: func (s PhoneCallArray) SortStable(less func(a, b PhoneCall) bool) PhoneCallArray {
tl_phone_call_slices_gen.go#L894: func (s PhoneCallArray) Retain(keep func(x PhoneCall) bool) PhoneCallArray {
tl_phone_call_slices_gen.go#L908: func (s PhoneCallArray) First() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L916: func (s PhoneCallArray) Last() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L924: func (s *PhoneCallArray) PopFirst() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L934: var zero PhoneCall
tl_phone_call_slices_gen.go#L943: func (s *PhoneCallArray) Pop() (v PhoneCall, ok bool) {
tl_phone_call_slices_gen.go#L958: return s.Sort(func(a, b PhoneCall) bool {
tl_phone_call_slices_gen.go#L965: return s.SortStable(func(a, b PhoneCall) bool {
tl_phone_call_slices_gen.go#L972: return s.Sort(func(a, b PhoneCall) bool {
tl_phone_call_slices_gen.go#L979: return s.SortStable(func(a, b PhoneCall) bool {
tl_phone_call_slices_gen.go#L985: func (s PhoneCallArray) FillMap(to map[int64]PhoneCall) {
tl_phone_call_slices_gen.go#L992: func (s PhoneCallArray) ToMap() map[int64]PhoneCall {
tl_phone_call_slices_gen.go#L993: r := make(map[int64]PhoneCall, len(s))
tl_registry_gen.go#L4337: PhoneCallTypeID: func() bin.Object { return &PhoneCall{} },
|
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. |