type github.com/gotd/td/tg.SendMessageUploadPhotoAction
31 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L4007: SendMessageUploadPhotoActionTypeID: func() bin.Object { return &SendMessageUploadPhotoAction{} },
tl_send_message_action_gen.go#L717: type SendMessageUploadPhotoAction struct {
tl_send_message_action_gen.go#L726: func (s SendMessageUploadPhotoAction) construct() SendMessageActionClass { return &s }
tl_send_message_action_gen.go#L730: _ bin.Encoder = &SendMessageUploadPhotoAction{}
tl_send_message_action_gen.go#L731: _ bin.Decoder = &SendMessageUploadPhotoAction{}
tl_send_message_action_gen.go#L732: _ bin.BareEncoder = &SendMessageUploadPhotoAction{}
tl_send_message_action_gen.go#L733: _ bin.BareDecoder = &SendMessageUploadPhotoAction{}
tl_send_message_action_gen.go#L735: _ SendMessageActionClass = &SendMessageUploadPhotoAction{}
tl_send_message_action_gen.go#L738: func (s *SendMessageUploadPhotoAction) Zero() bool {
tl_send_message_action_gen.go#L750: func (s *SendMessageUploadPhotoAction) String() string {
tl_send_message_action_gen.go#L754: type Alias SendMessageUploadPhotoAction
tl_send_message_action_gen.go#L759: func (s *SendMessageUploadPhotoAction) FillFrom(from interface {
tl_send_message_action_gen.go#L768: func (*SendMessageUploadPhotoAction) TypeID() uint32 {
tl_send_message_action_gen.go#L773: func (*SendMessageUploadPhotoAction) TypeName() string {
tl_send_message_action_gen.go#L778: func (s *SendMessageUploadPhotoAction) TypeInfo() tdp.Type {
tl_send_message_action_gen.go#L797: func (s *SendMessageUploadPhotoAction) Encode(b *bin.Buffer) error {
tl_send_message_action_gen.go#L806: func (s *SendMessageUploadPhotoAction) EncodeBare(b *bin.Buffer) error {
tl_send_message_action_gen.go#L815: func (s *SendMessageUploadPhotoAction) Decode(b *bin.Buffer) error {
tl_send_message_action_gen.go#L826: func (s *SendMessageUploadPhotoAction) DecodeBare(b *bin.Buffer) error {
tl_send_message_action_gen.go#L841: func (s *SendMessageUploadPhotoAction) GetProgress() (value int) {
tl_send_message_action_gen.go#L2304: v := SendMessageUploadPhotoAction{}
tl_send_message_action_slices_gen.go#L148: value, ok := elem.(*SendMessageUploadPhotoAction)
tl_send_message_action_slices_gen.go#L388: type SendMessageUploadPhotoActionArray []SendMessageUploadPhotoAction
tl_send_message_action_slices_gen.go#L391: func (s SendMessageUploadPhotoActionArray) Sort(less func(a, b SendMessageUploadPhotoAction) bool) SendMessageUploadPhotoActionArray {
tl_send_message_action_slices_gen.go#L399: func (s SendMessageUploadPhotoActionArray) SortStable(less func(a, b SendMessageUploadPhotoAction) bool) SendMessageUploadPhotoActionArray {
tl_send_message_action_slices_gen.go#L407: func (s SendMessageUploadPhotoActionArray) Retain(keep func(x SendMessageUploadPhotoAction) bool) SendMessageUploadPhotoActionArray {
tl_send_message_action_slices_gen.go#L421: func (s SendMessageUploadPhotoActionArray) First() (v SendMessageUploadPhotoAction, ok bool) {
tl_send_message_action_slices_gen.go#L429: func (s SendMessageUploadPhotoActionArray) Last() (v SendMessageUploadPhotoAction, ok bool) {
tl_send_message_action_slices_gen.go#L437: func (s *SendMessageUploadPhotoActionArray) PopFirst() (v SendMessageUploadPhotoAction, ok bool) {
tl_send_message_action_slices_gen.go#L447: var zero SendMessageUploadPhotoAction
tl_send_message_action_slices_gen.go#L456: func (s *SendMessageUploadPhotoActionArray) Pop() (v SendMessageUploadPhotoAction, 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. |