type github.com/gotd/td/tg.BotsSetCustomVerificationRequest

28 uses

	github.com/gotd/td/tg (current package)
		tl_bots_set_custom_verification_gen.go#L41: type BotsSetCustomVerificationRequest struct {
		tl_bots_set_custom_verification_gen.go#L72: 	_ bin.Encoder     = &BotsSetCustomVerificationRequest{}
		tl_bots_set_custom_verification_gen.go#L73: 	_ bin.Decoder     = &BotsSetCustomVerificationRequest{}
		tl_bots_set_custom_verification_gen.go#L74: 	_ bin.BareEncoder = &BotsSetCustomVerificationRequest{}
		tl_bots_set_custom_verification_gen.go#L75: 	_ bin.BareDecoder = &BotsSetCustomVerificationRequest{}
		tl_bots_set_custom_verification_gen.go#L78: func (s *BotsSetCustomVerificationRequest) Zero() bool {
		tl_bots_set_custom_verification_gen.go#L102: func (s *BotsSetCustomVerificationRequest) String() string {
		tl_bots_set_custom_verification_gen.go#L106: 	type Alias BotsSetCustomVerificationRequest
		tl_bots_set_custom_verification_gen.go#L111: func (s *BotsSetCustomVerificationRequest) FillFrom(from interface {
		tl_bots_set_custom_verification_gen.go#L132: func (*BotsSetCustomVerificationRequest) TypeID() uint32 {
		tl_bots_set_custom_verification_gen.go#L137: func (*BotsSetCustomVerificationRequest) TypeName() string {
		tl_bots_set_custom_verification_gen.go#L142: func (s *BotsSetCustomVerificationRequest) TypeInfo() tdp.Type {
		tl_bots_set_custom_verification_gen.go#L176: func (s *BotsSetCustomVerificationRequest) SetFlags() {
		tl_bots_set_custom_verification_gen.go#L189: func (s *BotsSetCustomVerificationRequest) Encode(b *bin.Buffer) error {
		tl_bots_set_custom_verification_gen.go#L198: func (s *BotsSetCustomVerificationRequest) EncodeBare(b *bin.Buffer) error {
		tl_bots_set_custom_verification_gen.go#L227: func (s *BotsSetCustomVerificationRequest) Decode(b *bin.Buffer) error {
		tl_bots_set_custom_verification_gen.go#L238: func (s *BotsSetCustomVerificationRequest) DecodeBare(b *bin.Buffer) error {
		tl_bots_set_custom_verification_gen.go#L273: func (s *BotsSetCustomVerificationRequest) SetEnabled(value bool) {
		tl_bots_set_custom_verification_gen.go#L284: func (s *BotsSetCustomVerificationRequest) GetEnabled() (value bool) {
		tl_bots_set_custom_verification_gen.go#L292: func (s *BotsSetCustomVerificationRequest) SetBot(value InputUserClass) {
		tl_bots_set_custom_verification_gen.go#L299: func (s *BotsSetCustomVerificationRequest) GetBot() (value InputUserClass, ok bool) {
		tl_bots_set_custom_verification_gen.go#L310: func (s *BotsSetCustomVerificationRequest) GetPeer() (value InputPeerClass) {
		tl_bots_set_custom_verification_gen.go#L318: func (s *BotsSetCustomVerificationRequest) SetCustomDescription(value string) {
		tl_bots_set_custom_verification_gen.go#L325: func (s *BotsSetCustomVerificationRequest) GetCustomDescription() (value string, ok bool) {
		tl_bots_set_custom_verification_gen.go#L348: func (c *Client) BotsSetCustomVerification(ctx context.Context, request *BotsSetCustomVerificationRequest) (bool, error) {
		tl_registry_gen.go#L7098: 		BotsSetCustomVerificationRequestTypeID:                                  func() bin.Object { return &BotsSetCustomVerificationRequest{} },
		tl_server_gen.go#L10480: func (s *ServerDispatcher) OnBotsSetCustomVerification(f func(ctx context.Context, request *BotsSetCustomVerificationRequest) (bool, error)) {
		tl_server_gen.go#L10482: 		var request BotsSetCustomVerificationRequest