type github.com/gotd/td/tg.InputReplyToStory
32 uses
github.com/gotd/td/tg (current package)
tl_input_reply_to_gen.go#L636: type InputReplyToStory struct {
tl_input_reply_to_gen.go#L647: func (i InputReplyToStory) construct() InputReplyToClass { return &i }
tl_input_reply_to_gen.go#L651: _ bin.Encoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L652: _ bin.Decoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L653: _ bin.BareEncoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L654: _ bin.BareDecoder = &InputReplyToStory{}
tl_input_reply_to_gen.go#L656: _ InputReplyToClass = &InputReplyToStory{}
tl_input_reply_to_gen.go#L659: func (i *InputReplyToStory) Zero() bool {
tl_input_reply_to_gen.go#L674: func (i *InputReplyToStory) String() string {
tl_input_reply_to_gen.go#L678: type Alias InputReplyToStory
tl_input_reply_to_gen.go#L683: func (i *InputReplyToStory) FillFrom(from interface {
tl_input_reply_to_gen.go#L694: func (*InputReplyToStory) TypeID() uint32 {
tl_input_reply_to_gen.go#L699: func (*InputReplyToStory) TypeName() string {
tl_input_reply_to_gen.go#L704: func (i *InputReplyToStory) TypeInfo() tdp.Type {
tl_input_reply_to_gen.go#L727: func (i *InputReplyToStory) Encode(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L736: func (i *InputReplyToStory) EncodeBare(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L751: func (i *InputReplyToStory) Decode(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L762: func (i *InputReplyToStory) DecodeBare(b *bin.Buffer) error {
tl_input_reply_to_gen.go#L784: func (i *InputReplyToStory) GetPeer() (value InputPeerClass) {
tl_input_reply_to_gen.go#L792: func (i *InputReplyToStory) GetStoryID() (value int) {
tl_input_reply_to_gen.go#L1001: v := InputReplyToStory{}
tl_input_reply_to_slices_gen.go#L135: value, ok := elem.(*InputReplyToStory)
tl_input_reply_to_slices_gen.go#L241: type InputReplyToStoryArray []InputReplyToStory
tl_input_reply_to_slices_gen.go#L244: func (s InputReplyToStoryArray) Sort(less func(a, b InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L252: func (s InputReplyToStoryArray) SortStable(less func(a, b InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L260: func (s InputReplyToStoryArray) Retain(keep func(x InputReplyToStory) bool) InputReplyToStoryArray {
tl_input_reply_to_slices_gen.go#L274: func (s InputReplyToStoryArray) First() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L282: func (s InputReplyToStoryArray) Last() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L290: func (s *InputReplyToStoryArray) PopFirst() (v InputReplyToStory, ok bool) {
tl_input_reply_to_slices_gen.go#L300: var zero InputReplyToStory
tl_input_reply_to_slices_gen.go#L309: func (s *InputReplyToStoryArray) Pop() (v InputReplyToStory, ok bool) {
tl_registry_gen.go#L6220: InputReplyToStoryTypeID: func() bin.Object { return &InputReplyToStory{} },
![]() |
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. |