type github.com/gotd/td/tg.SecureValueErrorSelfie
33 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4454: SecureValueErrorSelfieTypeID: func() bin.Object { return &SecureValueErrorSelfie{} },
tl_secure_value_error_gen.go#L673: type SecureValueErrorSelfie struct {
tl_secure_value_error_gen.go#L693: func (s SecureValueErrorSelfie) construct() SecureValueErrorClass { return &s }
tl_secure_value_error_gen.go#L697: _ bin.Encoder = &SecureValueErrorSelfie{}
tl_secure_value_error_gen.go#L698: _ bin.Decoder = &SecureValueErrorSelfie{}
tl_secure_value_error_gen.go#L699: _ bin.BareEncoder = &SecureValueErrorSelfie{}
tl_secure_value_error_gen.go#L700: _ bin.BareDecoder = &SecureValueErrorSelfie{}
tl_secure_value_error_gen.go#L702: _ SecureValueErrorClass = &SecureValueErrorSelfie{}
tl_secure_value_error_gen.go#L705: func (s *SecureValueErrorSelfie) Zero() bool {
tl_secure_value_error_gen.go#L723: func (s *SecureValueErrorSelfie) String() string {
tl_secure_value_error_gen.go#L727: type Alias SecureValueErrorSelfie
tl_secure_value_error_gen.go#L732: func (s *SecureValueErrorSelfie) FillFrom(from interface {
tl_secure_value_error_gen.go#L745: func (*SecureValueErrorSelfie) TypeID() uint32 {
tl_secure_value_error_gen.go#L750: func (*SecureValueErrorSelfie) TypeName() string {
tl_secure_value_error_gen.go#L755: func (s *SecureValueErrorSelfie) TypeInfo() tdp.Type {
tl_secure_value_error_gen.go#L782: func (s *SecureValueErrorSelfie) Encode(b *bin.Buffer) error {
tl_secure_value_error_gen.go#L791: func (s *SecureValueErrorSelfie) EncodeBare(b *bin.Buffer) error {
tl_secure_value_error_gen.go#L807: func (s *SecureValueErrorSelfie) Decode(b *bin.Buffer) error {
tl_secure_value_error_gen.go#L818: func (s *SecureValueErrorSelfie) DecodeBare(b *bin.Buffer) error {
tl_secure_value_error_gen.go#L847: func (s *SecureValueErrorSelfie) GetType() (value SecureValueTypeClass) {
tl_secure_value_error_gen.go#L855: func (s *SecureValueErrorSelfie) GetFileHash() (value []byte) {
tl_secure_value_error_gen.go#L863: func (s *SecureValueErrorSelfie) GetText() (value string) {
tl_secure_value_error_gen.go#L2011: v := SecureValueErrorSelfie{}
tl_secure_value_error_slices_gen.go#L161: value, ok := elem.(*SecureValueErrorSelfie)
tl_secure_value_error_slices_gen.go#L483: type SecureValueErrorSelfieArray []SecureValueErrorSelfie
tl_secure_value_error_slices_gen.go#L486: func (s SecureValueErrorSelfieArray) Sort(less func(a, b SecureValueErrorSelfie) bool) SecureValueErrorSelfieArray {
tl_secure_value_error_slices_gen.go#L494: func (s SecureValueErrorSelfieArray) SortStable(less func(a, b SecureValueErrorSelfie) bool) SecureValueErrorSelfieArray {
tl_secure_value_error_slices_gen.go#L502: func (s SecureValueErrorSelfieArray) Retain(keep func(x SecureValueErrorSelfie) bool) SecureValueErrorSelfieArray {
tl_secure_value_error_slices_gen.go#L516: func (s SecureValueErrorSelfieArray) First() (v SecureValueErrorSelfie, ok bool) {
tl_secure_value_error_slices_gen.go#L524: func (s SecureValueErrorSelfieArray) Last() (v SecureValueErrorSelfie, ok bool) {
tl_secure_value_error_slices_gen.go#L532: func (s *SecureValueErrorSelfieArray) PopFirst() (v SecureValueErrorSelfie, ok bool) {
tl_secure_value_error_slices_gen.go#L542: var zero SecureValueErrorSelfie
tl_secure_value_error_slices_gen.go#L551: func (s *SecureValueErrorSelfieArray) Pop() (v SecureValueErrorSelfie, ok bool) {
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. |