type github.com/gotd/td/tg.AuthSentCodePaymentRequired
37 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_gen.go#L484: type AuthSentCodePaymentRequired struct {
tl_auth_sent_code_gen.go#L517: func (s AuthSentCodePaymentRequired) construct() AuthSentCodeClass { return &s }
tl_auth_sent_code_gen.go#L521: _ bin.Encoder = &AuthSentCodePaymentRequired{}
tl_auth_sent_code_gen.go#L522: _ bin.Decoder = &AuthSentCodePaymentRequired{}
tl_auth_sent_code_gen.go#L523: _ bin.BareEncoder = &AuthSentCodePaymentRequired{}
tl_auth_sent_code_gen.go#L524: _ bin.BareDecoder = &AuthSentCodePaymentRequired{}
tl_auth_sent_code_gen.go#L526: _ AuthSentCodeClass = &AuthSentCodePaymentRequired{}
tl_auth_sent_code_gen.go#L529: func (s *AuthSentCodePaymentRequired) Zero() bool {
tl_auth_sent_code_gen.go#L559: func (s *AuthSentCodePaymentRequired) String() string {
tl_auth_sent_code_gen.go#L563: type Alias AuthSentCodePaymentRequired
tl_auth_sent_code_gen.go#L568: func (s *AuthSentCodePaymentRequired) FillFrom(from interface {
tl_auth_sent_code_gen.go#L589: func (*AuthSentCodePaymentRequired) TypeID() uint32 {
tl_auth_sent_code_gen.go#L594: func (*AuthSentCodePaymentRequired) TypeName() string {
tl_auth_sent_code_gen.go#L599: func (s *AuthSentCodePaymentRequired) TypeInfo() tdp.Type {
tl_auth_sent_code_gen.go#L642: func (s *AuthSentCodePaymentRequired) Encode(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L651: func (s *AuthSentCodePaymentRequired) EncodeBare(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L666: func (s *AuthSentCodePaymentRequired) Decode(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L677: func (s *AuthSentCodePaymentRequired) DecodeBare(b *bin.Buffer) error {
tl_auth_sent_code_gen.go#L734: func (s *AuthSentCodePaymentRequired) GetStoreProduct() (value string) {
tl_auth_sent_code_gen.go#L742: func (s *AuthSentCodePaymentRequired) GetPhoneCodeHash() (value string) {
tl_auth_sent_code_gen.go#L750: func (s *AuthSentCodePaymentRequired) GetSupportEmailAddress() (value string) {
tl_auth_sent_code_gen.go#L758: func (s *AuthSentCodePaymentRequired) GetSupportEmailSubject() (value string) {
tl_auth_sent_code_gen.go#L766: func (s *AuthSentCodePaymentRequired) GetPremiumDays() (value int) {
tl_auth_sent_code_gen.go#L774: func (s *AuthSentCodePaymentRequired) GetCurrency() (value string) {
tl_auth_sent_code_gen.go#L782: func (s *AuthSentCodePaymentRequired) GetAmount() (value int64) {
tl_auth_sent_code_gen.go#L855: v := AuthSentCodePaymentRequired{}
tl_auth_sent_code_slices_gen.go#L148: value, ok := elem.(*AuthSentCodePaymentRequired)
tl_auth_sent_code_slices_gen.go#L323: type AuthSentCodePaymentRequiredArray []AuthSentCodePaymentRequired
tl_auth_sent_code_slices_gen.go#L326: func (s AuthSentCodePaymentRequiredArray) Sort(less func(a, b AuthSentCodePaymentRequired) bool) AuthSentCodePaymentRequiredArray {
tl_auth_sent_code_slices_gen.go#L334: func (s AuthSentCodePaymentRequiredArray) SortStable(less func(a, b AuthSentCodePaymentRequired) bool) AuthSentCodePaymentRequiredArray {
tl_auth_sent_code_slices_gen.go#L342: func (s AuthSentCodePaymentRequiredArray) Retain(keep func(x AuthSentCodePaymentRequired) bool) AuthSentCodePaymentRequiredArray {
tl_auth_sent_code_slices_gen.go#L356: func (s AuthSentCodePaymentRequiredArray) First() (v AuthSentCodePaymentRequired, ok bool) {
tl_auth_sent_code_slices_gen.go#L364: func (s AuthSentCodePaymentRequiredArray) Last() (v AuthSentCodePaymentRequired, ok bool) {
tl_auth_sent_code_slices_gen.go#L372: func (s *AuthSentCodePaymentRequiredArray) PopFirst() (v AuthSentCodePaymentRequired, ok bool) {
tl_auth_sent_code_slices_gen.go#L382: var zero AuthSentCodePaymentRequired
tl_auth_sent_code_slices_gen.go#L391: func (s *AuthSentCodePaymentRequiredArray) Pop() (v AuthSentCodePaymentRequired, ok bool) {
tl_registry_gen.go#L5093: AuthSentCodePaymentRequiredTypeID: func() bin.Object { return &AuthSentCodePaymentRequired{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |