type github.com/gotd/td/tg.AccountTmpPassword
22 uses
github.com/gotd/td/tg (current package)
tl_account_get_tmp_password_gen.go#L211: func (c *Client) AccountGetTmpPassword(ctx context.Context, request *AccountGetTmpPasswordRequest) (*AccountTmpPassword, error) {
tl_account_get_tmp_password_gen.go#L212: var result AccountTmpPassword
tl_account_tmp_password_gen.go#L38: type AccountTmpPassword struct {
tl_account_tmp_password_gen.go#L50: _ bin.Encoder = &AccountTmpPassword{}
tl_account_tmp_password_gen.go#L51: _ bin.Decoder = &AccountTmpPassword{}
tl_account_tmp_password_gen.go#L52: _ bin.BareEncoder = &AccountTmpPassword{}
tl_account_tmp_password_gen.go#L53: _ bin.BareDecoder = &AccountTmpPassword{}
tl_account_tmp_password_gen.go#L56: func (t *AccountTmpPassword) Zero() bool {
tl_account_tmp_password_gen.go#L71: func (t *AccountTmpPassword) String() string {
tl_account_tmp_password_gen.go#L75: type Alias AccountTmpPassword
tl_account_tmp_password_gen.go#L80: func (t *AccountTmpPassword) FillFrom(from interface {
tl_account_tmp_password_gen.go#L91: func (*AccountTmpPassword) TypeID() uint32 {
tl_account_tmp_password_gen.go#L96: func (*AccountTmpPassword) TypeName() string {
tl_account_tmp_password_gen.go#L101: func (t *AccountTmpPassword) TypeInfo() tdp.Type {
tl_account_tmp_password_gen.go#L124: func (t *AccountTmpPassword) Encode(b *bin.Buffer) error {
tl_account_tmp_password_gen.go#L133: func (t *AccountTmpPassword) EncodeBare(b *bin.Buffer) error {
tl_account_tmp_password_gen.go#L143: func (t *AccountTmpPassword) Decode(b *bin.Buffer) error {
tl_account_tmp_password_gen.go#L154: func (t *AccountTmpPassword) DecodeBare(b *bin.Buffer) error {
tl_account_tmp_password_gen.go#L176: func (t *AccountTmpPassword) GetTmpPassword() (value []byte) {
tl_account_tmp_password_gen.go#L184: func (t *AccountTmpPassword) GetValidUntil() (value int) {
tl_registry_gen.go#L4329: AccountTmpPasswordTypeID: func() bin.Object { return &AccountTmpPassword{} },
tl_server_gen.go#L952: func (s *ServerDispatcher) OnAccountGetTmpPassword(f func(ctx context.Context, request *AccountGetTmpPasswordRequest) (*AccountTmpPassword, error)) {
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. |