type github.com/gotd/td/tg.AuthSentCodeTypeFlashCall
31 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_gen.go#L446: type AuthSentCodeTypeFlashCall struct {
tl_auth_sent_code_type_gen.go#L458: func (s AuthSentCodeTypeFlashCall) construct() AuthSentCodeTypeClass { return &s }
tl_auth_sent_code_type_gen.go#L462: _ bin.Encoder = &AuthSentCodeTypeFlashCall{}
tl_auth_sent_code_type_gen.go#L463: _ bin.Decoder = &AuthSentCodeTypeFlashCall{}
tl_auth_sent_code_type_gen.go#L464: _ bin.BareEncoder = &AuthSentCodeTypeFlashCall{}
tl_auth_sent_code_type_gen.go#L465: _ bin.BareDecoder = &AuthSentCodeTypeFlashCall{}
tl_auth_sent_code_type_gen.go#L467: _ AuthSentCodeTypeClass = &AuthSentCodeTypeFlashCall{}
tl_auth_sent_code_type_gen.go#L470: func (s *AuthSentCodeTypeFlashCall) Zero() bool {
tl_auth_sent_code_type_gen.go#L482: func (s *AuthSentCodeTypeFlashCall) String() string {
tl_auth_sent_code_type_gen.go#L486: type Alias AuthSentCodeTypeFlashCall
tl_auth_sent_code_type_gen.go#L491: func (s *AuthSentCodeTypeFlashCall) FillFrom(from interface {
tl_auth_sent_code_type_gen.go#L500: func (*AuthSentCodeTypeFlashCall) TypeID() uint32 {
tl_auth_sent_code_type_gen.go#L505: func (*AuthSentCodeTypeFlashCall) TypeName() string {
tl_auth_sent_code_type_gen.go#L510: func (s *AuthSentCodeTypeFlashCall) TypeInfo() tdp.Type {
tl_auth_sent_code_type_gen.go#L529: func (s *AuthSentCodeTypeFlashCall) Encode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L538: func (s *AuthSentCodeTypeFlashCall) EncodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L547: func (s *AuthSentCodeTypeFlashCall) Decode(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L558: func (s *AuthSentCodeTypeFlashCall) DecodeBare(b *bin.Buffer) error {
tl_auth_sent_code_type_gen.go#L573: func (s *AuthSentCodeTypeFlashCall) GetPattern() (value string) {
tl_auth_sent_code_type_gen.go#L1863: v := AuthSentCodeTypeFlashCall{}
tl_auth_sent_code_type_slices_gen.go#L161: value, ok := elem.(*AuthSentCodeTypeFlashCall)
tl_auth_sent_code_type_slices_gen.go#L483: type AuthSentCodeTypeFlashCallArray []AuthSentCodeTypeFlashCall
tl_auth_sent_code_type_slices_gen.go#L486: func (s AuthSentCodeTypeFlashCallArray) Sort(less func(a, b AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
tl_auth_sent_code_type_slices_gen.go#L494: func (s AuthSentCodeTypeFlashCallArray) SortStable(less func(a, b AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
tl_auth_sent_code_type_slices_gen.go#L502: func (s AuthSentCodeTypeFlashCallArray) Retain(keep func(x AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
tl_auth_sent_code_type_slices_gen.go#L516: func (s AuthSentCodeTypeFlashCallArray) First() (v AuthSentCodeTypeFlashCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L524: func (s AuthSentCodeTypeFlashCallArray) Last() (v AuthSentCodeTypeFlashCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L532: func (s *AuthSentCodeTypeFlashCallArray) PopFirst() (v AuthSentCodeTypeFlashCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L542: var zero AuthSentCodeTypeFlashCall
tl_auth_sent_code_type_slices_gen.go#L551: func (s *AuthSentCodeTypeFlashCallArray) Pop() (v AuthSentCodeTypeFlashCall, ok bool) {
tl_registry_gen.go#L4210: AuthSentCodeTypeFlashCallTypeID: func() bin.Object { return &AuthSentCodeTypeFlashCall{} },
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. |