type github.com/gotd/td/tg.AicomposeCreateToneRequest
26 uses
github.com/gotd/td/tg (current package)
tl_aicompose_create_tone_gen.go#L37: type AicomposeCreateToneRequest struct {
tl_aicompose_create_tone_gen.go#L55: _ bin.Encoder = &AicomposeCreateToneRequest{}
tl_aicompose_create_tone_gen.go#L56: _ bin.Decoder = &AicomposeCreateToneRequest{}
tl_aicompose_create_tone_gen.go#L57: _ bin.BareEncoder = &AicomposeCreateToneRequest{}
tl_aicompose_create_tone_gen.go#L58: _ bin.BareDecoder = &AicomposeCreateToneRequest{}
tl_aicompose_create_tone_gen.go#L61: func (c *AicomposeCreateToneRequest) Zero() bool {
tl_aicompose_create_tone_gen.go#L85: func (c *AicomposeCreateToneRequest) String() string {
tl_aicompose_create_tone_gen.go#L89: type Alias AicomposeCreateToneRequest
tl_aicompose_create_tone_gen.go#L94: func (c *AicomposeCreateToneRequest) FillFrom(from interface {
tl_aicompose_create_tone_gen.go#L109: func (*AicomposeCreateToneRequest) TypeID() uint32 {
tl_aicompose_create_tone_gen.go#L114: func (*AicomposeCreateToneRequest) TypeName() string {
tl_aicompose_create_tone_gen.go#L119: func (c *AicomposeCreateToneRequest) TypeInfo() tdp.Type {
tl_aicompose_create_tone_gen.go#L151: func (c *AicomposeCreateToneRequest) SetFlags() {
tl_aicompose_create_tone_gen.go#L158: func (c *AicomposeCreateToneRequest) Encode(b *bin.Buffer) error {
tl_aicompose_create_tone_gen.go#L167: func (c *AicomposeCreateToneRequest) EncodeBare(b *bin.Buffer) error {
tl_aicompose_create_tone_gen.go#L182: func (c *AicomposeCreateToneRequest) Decode(b *bin.Buffer) error {
tl_aicompose_create_tone_gen.go#L193: func (c *AicomposeCreateToneRequest) DecodeBare(b *bin.Buffer) error {
tl_aicompose_create_tone_gen.go#L228: func (c *AicomposeCreateToneRequest) SetDisplayAuthor(value bool) {
tl_aicompose_create_tone_gen.go#L239: func (c *AicomposeCreateToneRequest) GetDisplayAuthor() (value bool) {
tl_aicompose_create_tone_gen.go#L247: func (c *AicomposeCreateToneRequest) GetEmojiID() (value int64) {
tl_aicompose_create_tone_gen.go#L255: func (c *AicomposeCreateToneRequest) GetTitle() (value string) {
tl_aicompose_create_tone_gen.go#L263: func (c *AicomposeCreateToneRequest) GetPrompt() (value string) {
tl_aicompose_create_tone_gen.go#L273: func (c *Client) AicomposeCreateTone(ctx context.Context, request *AicomposeCreateToneRequest) (AiComposeToneClass, error) {
tl_registry_gen.go#L7298: AicomposeCreateToneRequestTypeID: func() bin.Object { return &AicomposeCreateToneRequest{} },
tl_server_gen.go#L14024: func (s *ServerDispatcher) OnAicomposeCreateTone(f func(ctx context.Context, request *AicomposeCreateToneRequest) (AiComposeToneClass, error)) {
tl_server_gen.go#L14026: var request AicomposeCreateToneRequest
![]() |
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. |