type github.com/gotd/td/tg.AuthSentCodeTypeCall
31 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L309: type AuthSentCodeTypeCall struct {
tl_auth_sent_code_type_gen.go#L318: func (s AuthSentCodeTypeCall) construct() AuthSentCodeTypeClass { return &s }
tl_auth_sent_code_type_gen.go#L322: _ bin.Encoder = &AuthSentCodeTypeCall{}
tl_auth_sent_code_type_gen.go#L323: _ bin.Decoder = &AuthSentCodeTypeCall{}
tl_auth_sent_code_type_gen.go#L324: _ bin.BareEncoder = &AuthSentCodeTypeCall{}
tl_auth_sent_code_type_gen.go#L325: _ bin.BareDecoder = &AuthSentCodeTypeCall{}
tl_auth_sent_code_type_gen.go#L327: _ AuthSentCodeTypeClass = &AuthSentCodeTypeCall{}
tl_auth_sent_code_type_gen.go#L330: func (s *AuthSentCodeTypeCall) Zero() bool {
tl_auth_sent_code_type_gen.go#L342: func (s *AuthSentCodeTypeCall) String() string {
tl_auth_sent_code_type_gen.go#L346: type Alias AuthSentCodeTypeCall
tl_auth_sent_code_type_gen.go#L351: func (s *AuthSentCodeTypeCall) FillFrom(from interface {
tl_auth_sent_code_type_gen.go#L360: func (*AuthSentCodeTypeCall) TypeID() uint32 {
tl_auth_sent_code_type_gen.go#L365: func (*AuthSentCodeTypeCall) TypeName() string {
tl_auth_sent_code_type_gen.go#L370: func (s *AuthSentCodeTypeCall) TypeInfo() tdp.Type {
tl_auth_sent_code_type_gen.go#L389: func (s *AuthSentCodeTypeCall) Encode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L398: func (s *AuthSentCodeTypeCall) EncodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L407: func (s *AuthSentCodeTypeCall) Decode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L418: func (s *AuthSentCodeTypeCall) DecodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L433: func (s *AuthSentCodeTypeCall) GetLength() (value int) {
tl_auth_sent_code_type_gen.go#L1856: v := AuthSentCodeTypeCall{}
tl_auth_sent_code_type_slices_gen.go#L148: value, ok := elem.(*AuthSentCodeTypeCall)
tl_auth_sent_code_type_slices_gen.go#L401: type AuthSentCodeTypeCallArray []AuthSentCodeTypeCall
tl_auth_sent_code_type_slices_gen.go#L404: func (s AuthSentCodeTypeCallArray) Sort(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L412: func (s AuthSentCodeTypeCallArray) SortStable(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L420: func (s AuthSentCodeTypeCallArray) Retain(keep func(x AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
tl_auth_sent_code_type_slices_gen.go#L434: func (s AuthSentCodeTypeCallArray) First() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L442: func (s AuthSentCodeTypeCallArray) Last() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L450: func (s *AuthSentCodeTypeCallArray) PopFirst() (v AuthSentCodeTypeCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L460: var zero AuthSentCodeTypeCall
tl_auth_sent_code_type_slices_gen.go#L469: func (s *AuthSentCodeTypeCallArray) Pop() (v AuthSentCodeTypeCall, ok bool) {
tl_registry_gen.go#L4209: AuthSentCodeTypeCallTypeID: func() bin.Object { return &AuthSentCodeTypeCall{} },
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. |